Html Css Color HEX #C66C24 Ochre

📋 copy color: '#C66C24'

red 198 ◦ green 108 ◦ blue 36

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

Shades of Ochre #C66C24

Tints of Ochre #C66C24

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.58%

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

R = 57.89%
G = 31.58%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C66C24 (or 0xC66C24) is known color: Ochre. HEX triplet: C6, 6C and 24. RGB value is (198,108,36). Sum of RGB (Red+Green+Blue) = 198+108+36=342 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.89% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 36 (14.45% from 255 or 10.53% from 342); Max value from RGB is 198 - color contains mainly: red. Hex color #C66C24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66C24 is #3993DB. Grayscale: #7F7F7F. Windows color (decimal): -3773404 or 2387142. OLE color: 2387142.

HSL color Cylindrical-coordinate representation of color #C66C24: hue angle of 26.67º 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 #C66C24 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 108 36 -
CMYK 0 0.45 0.82 0.22
HSL 26.67º 0.69% 0.46% -
HSV(B) 26.67º 0.82% 0.78% -
XYZ 28.97 22.86 4.55 -
YUV 126.7 76.82 178.85 -
System Red Green Blue C M Y K H S L
Decimal 198 108 36 0 0.45 0.82 0.22 26.67 0.69 0.46
Hex C6 6C 24 0 2D 52 16 1B 45 2E
Octal 306 154 44 0 55 122 26 33 105 56
Binary 11000110 1101100 100100 0 101101 1010010 10110 11011 1000101 101110

Color Harmonies of #C66C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66C24

Black with #C66C24

Text Example


Text Example

White with #C66C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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