Html Css Color HEX #C66F11 Ochre

📋 copy color: '#C66F11'

red 198 ◦ green 111 ◦ blue 17

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

Shades of Ochre #C66F11

Tints of Ochre #C66F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.21%

R = 60.74%
G = 34.05%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C66F11 (or 0xC66F11) is known color: Ochre. HEX triplet: C6, 6F and 11. RGB value is (198,111,17). Sum of RGB (Red+Green+Blue) = 198+111+17=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66F11 is #3990EE. Grayscale: #7E7E7E. Windows color (decimal): -3772655 or 1142726. OLE color: 1142726.

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

Color convert

RGB 198 111 17 -
CMYK 0 0.44 0.91 0.22
HSL 31.16º 0.84% 0.42% -
HSV(B) 31.16º 0.91% 0.78% -
XYZ 29.07 23.42 3.52 -
YUV 126.3 66.32 179.14 -
System Red Green Blue C M Y K H S L
Decimal 198 111 17 0 0.44 0.91 0.22 31.16 0.84 0.42
Hex C6 6F 11 0 2C 5B 16 1F 54 2A
Octal 306 157 21 0 54 133 26 37 124 52
Binary 11000110 1101111 10001 0 101100 1011011 10110 11111 1010100 101010

Color Harmonies of #C66F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66F11

Black with #C66F11

Text Example


Text Example

White with #C66F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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