Html Css Color HEX #C66F18 Ochre

📋 copy color: '#C66F18'

red 198 ◦ green 111 ◦ blue 24

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

Shades of Ochre #C66F18

Tints of Ochre #C66F18

RGB

 RED value IS 198 (77.73% from 255) = 59.46%

 GREEN value IS 111 (43.75% from 255) = 33.33%

 BLUE value IS 24 (9.77% from 255) = 7.21%

R = 59.46%
G = 33.33%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C66F18 (or 0xC66F18) is known color: Ochre. HEX triplet: C6, 6F and 18. RGB value is (198,111,24). Sum of RGB (Red+Green+Blue) = 198+111+24=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66F18 is #3990E7. Grayscale: #7F7F7F. Windows color (decimal): -3772648 or 1601478. OLE color: 1601478.

HSL color Cylindrical-coordinate representation of color #C66F18: hue angle of 30º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C66F18 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 111 24 -
CMYK 0 0.44 0.88 0.22
HSL 30º 0.78% 0.44% -
HSV(B) 30º 0.88% 0.78% -
XYZ 29.14 23.44 3.85 -
YUV 127.1 69.82 178.57 -
System Red Green Blue C M Y K H S L
Decimal 198 111 24 0 0.44 0.88 0.22 30 0.78 0.44
Hex C6 6F 18 0 2C 58 16 1E 4E 2C
Octal 306 157 30 0 54 130 26 36 116 54
Binary 11000110 1101111 11000 0 101100 1011000 10110 11110 1001110 101100

Color Harmonies of #C66F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66F18

Black with #C66F18

Text Example


Text Example

White with #C66F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66F18; }

 p { color: rgb(198,111,24); }

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

background-color css

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

 a { background-color: rgb(198,111,24); }

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

border-color css

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

 span { border-color: rgb(198,111,24); }

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