Html Css Color HEX #661C16 Red Oxide

📋 copy color: '#661C16'

red 102 ◦ green 28 ◦ blue 22

#661C16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #661C16

Tints of Red Oxide #661C16

RGB

 RED value IS 102 (40.23% from 255) = 67.11%

 GREEN value IS 28 (11.33% from 255) = 18.42%

 BLUE value IS 22 (8.98% from 255) = 14.47%

R = 67.11%
G = 18.42%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.6

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#661C16 (or 0x661C16) is known color: Red Oxide. HEX triplet: 66, 1C and 16. RGB value is (102,28,22). Sum of RGB (Red+Green+Blue) = 102+28+22=152 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.11% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 22 (8.98% from 255 or 14.47% from 152); Max value from RGB is 102 - color contains mainly: red. Hex color #661C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661C16 is #99E3E9. Grayscale: #313131. Windows color (decimal): -10085354 or 1449062. OLE color: 1449062.

HSL color Cylindrical-coordinate representation of color #661C16: hue angle of 4.5º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #661C16 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 28 22 -
CMYK 0 0.73 0.78 0.6
HSL 4.5º 0.65% 0.24% -
HSV(B) 4.5º 0.78% 0.4% -
XYZ 6.04 3.71 1.16 -
YUV 49.44 112.52 165.49 -
System Red Green Blue C M Y K H S L
Decimal 102 28 22 0 0.73 0.78 0.6 4.5 0.65 0.24
Hex 66 1C 16 0 49 4E 3C 4 41 18
Octal 146 34 26 0 111 116 74 4 101 30
Binary 1100110 11100 10110 0 1001001 1001110 111100 100 1000001 11000

Color Harmonies of #661C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661C16

Black with #661C16

Text Example


Text Example

White with #661C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661C16; }

 p { color: rgb(102,28,22); }

 H1.HeaderClassName
 {
   color: #661C16;
 }
 .AnyTagClassName
 {
   color: #661C16;
 }
</style>

background-color css

<style>
 a { background-color: #661C16; }

 a { background-color: rgb(102,28,22); }

 div.DivClassName
 {
   background-color: #661C16;
 }
 .BgClassName
 {
   background-color: #661C16;
 }
</style>

border-color css

<style>
 span { border-color: #661C16; }

 span { border-color: rgb(102,28,22); }

 td.TdClassName
 {
   border-color: #661C16;
 }
 .TagClassName
 {
   border-color: #661C16;
 }
</style>