Html Css Color HEX #C66D1C Ochre

📋 copy color: '#C66D1C'

red 198 ◦ green 109 ◦ blue 28

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

Shades of Ochre #C66D1C

Tints of Ochre #C66D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.36%

R = 59.1%
G = 32.54%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C66D1C (or 0xC66D1C) is known color: Ochre. HEX triplet: C6, 6D and 1C. RGB value is (198,109,28). Sum of RGB (Red+Green+Blue) = 198+109+28=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C66D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66D1C is #3992E3. Grayscale: #7E7E7E. Windows color (decimal): -3773156 or 1863110. OLE color: 1863110.

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

Color convert

RGB 198 109 28 -
CMYK 0 0.45 0.86 0.22
HSL 28.59º 0.75% 0.44% -
HSV(B) 28.59º 0.86% 0.78% -
XYZ 28.97 23.03 4.02 -
YUV 126.38 72.49 179.09 -
System Red Green Blue C M Y K H S L
Decimal 198 109 28 0 0.45 0.86 0.22 28.59 0.75 0.44
Hex C6 6D 1C 0 2D 56 16 1D 4B 2C
Octal 306 155 34 0 55 126 26 35 113 54
Binary 11000110 1101101 11100 0 101101 1010110 10110 11101 1001011 101100

Color Harmonies of #C66D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66D1C

Black with #C66D1C

Text Example


Text Example

White with #C66D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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