Html Css Color HEX #C66D24 Ochre

📋 copy color: '#C66D24'

red 198 ◦ green 109 ◦ blue 36

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

Shades of Ochre #C66D24

Tints of Ochre #C66D24

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.78%

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

R = 57.73%
G = 31.78%
B = 10.5%

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

#C66D24 (or 0xC66D24) is known color: Ochre. HEX triplet: C6, 6D and 24. RGB value is (198,109,36). Sum of RGB (Red+Green+Blue) = 198+109+36=343 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.73% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 36 (14.45% from 255 or 10.50% from 343); Max value from RGB is 198 - color contains mainly: red. Hex color #C66D24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66D24 is #3992DB. Grayscale: #7F7F7F. Windows color (decimal): -3773148 or 2387398. OLE color: 2387398.

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

Color convert

RGB 198 109 36 -
CMYK 0 0.45 0.82 0.22
HSL 27.04º 0.69% 0.46% -
HSV(B) 27.04º 0.82% 0.78% -
XYZ 29.08 23.07 4.59 -
YUV 127.29 76.49 178.44 -
System Red Green Blue C M Y K H S L
Decimal 198 109 36 0 0.45 0.82 0.22 27.04 0.69 0.46
Hex C6 6D 24 0 2D 52 16 1B 45 2E
Octal 306 155 44 0 55 122 26 33 105 56
Binary 11000110 1101101 100100 0 101101 1010010 10110 11011 1000101 101110

Color Harmonies of #C66D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66D24

Black with #C66D24

Text Example


Text Example

White with #C66D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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