Html Css Color HEX #C66E24 Ochre

📋 copy color: '#C66E24'

red 198 ◦ green 110 ◦ blue 36

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

Shades of Ochre #C66E24

Tints of Ochre #C66E24

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.98%

 BLUE value IS 36 (14.45% from 255) = 10.47%

R = 57.56%
G = 31.98%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C66E24 (or 0xC66E24) is known color: Ochre. HEX triplet: C6, 6E and 24. RGB value is (198,110,36). Sum of RGB (Red+Green+Blue) = 198+110+36=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 36 (14.45% from 255 or 10.47% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C66E24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66E24 is #3991DB. Grayscale: #808080. Windows color (decimal): -3772892 or 2387654. OLE color: 2387654.

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

Color convert

RGB 198 110 36 -
CMYK 0 0.44 0.82 0.22
HSL 27.41º 0.69% 0.46% -
HSV(B) 27.41º 0.82% 0.78% -
XYZ 29.18 23.29 4.63 -
YUV 127.88 76.15 178.02 -
System Red Green Blue C M Y K H S L
Decimal 198 110 36 0 0.44 0.82 0.22 27.41 0.69 0.46
Hex C6 6E 24 0 2C 52 16 1B 45 2E
Octal 306 156 44 0 54 122 26 33 105 56
Binary 11000110 1101110 100100 0 101100 1010010 10110 11011 1000101 101110

Color Harmonies of #C66E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66E24

Black with #C66E24

Text Example


Text Example

White with #C66E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66E24; }

 p { color: rgb(198,110,36); }

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

background-color css

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

 a { background-color: rgb(198,110,36); }

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

border-color css

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

 span { border-color: rgb(198,110,36); }

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