Html Css Color HEX #C66E28 Ochre

📋 copy color: '#C66E28'

red 198 ◦ green 110 ◦ blue 40

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

Shades of Ochre #C66E28

Tints of Ochre #C66E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.49%

R = 56.9%
G = 31.61%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C66E28 (or 0xC66E28) is known color: Ochre. HEX triplet: C6, 6E and 28. RGB value is (198,110,40). Sum of RGB (Red+Green+Blue) = 198+110+40=348 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.90% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 40 (16.02% from 255 or 11.49% from 348); Max value from RGB is 198 - color contains mainly: red. Hex color #C66E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66E28 is #3991D7. Grayscale: #808080. Windows color (decimal): -3772888 or 2649798. OLE color: 2649798.

HSL color Cylindrical-coordinate representation of color #C66E28: hue angle of 26.58º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C66E28 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 110 40 -
CMYK 0 0.44 0.80 0.22
HSL 26.58º 0.66% 0.47% -
HSV(B) 26.58º 0.8% 0.78% -
XYZ 29.25 23.31 4.97 -
YUV 128.33 78.15 177.69 -
System Red Green Blue C M Y K H S L
Decimal 198 110 40 0 0.44 0.80 0.22 26.58 0.66 0.47
Hex C6 6E 28 0 2C 50 16 1B 42 2F
Octal 306 156 50 0 54 120 26 33 102 57
Binary 11000110 1101110 101000 0 101100 1010000 10110 11011 1000010 101111

Color Harmonies of #C66E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66E28

Black with #C66E28

Text Example


Text Example

White with #C66E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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