Html Css Color HEX #C66F10 Ochre

📋 copy color: '#C66F10'

red 198 ◦ green 111 ◦ blue 16

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

Shades of Ochre #C66F10

Tints of Ochre #C66F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.92%

R = 60.92%
G = 34.15%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C66F10 (or 0xC66F10) is known color: Ochre. HEX triplet: C6, 6F and 10. RGB value is (198,111,16). Sum of RGB (Red+Green+Blue) = 198+111+16=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66F10 is #3990EF. Grayscale: #7E7E7E. Windows color (decimal): -3772656 or 1077190. OLE color: 1077190.

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

Color convert

RGB 198 111 16 -
CMYK 0 0.44 0.92 0.22
HSL 31.32º 0.85% 0.42% -
HSV(B) 31.32º 0.92% 0.78% -
XYZ 29.07 23.41 3.48 -
YUV 126.18 65.82 179.22 -
System Red Green Blue C M Y K H S L
Decimal 198 111 16 0 0.44 0.92 0.22 31.32 0.85 0.42
Hex C6 6F 10 0 2C 5C 16 1F 55 2A
Octal 306 157 20 0 54 134 26 37 125 52
Binary 11000110 1101111 10000 0 101100 1011100 10110 11111 1010101 101010

Color Harmonies of #C66F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66F10

Black with #C66F10

Text Example


Text Example

White with #C66F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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