Html Css Color HEX #C06D1D Ochre

📋 copy color: '#C06D1D'

red 192 ◦ green 109 ◦ blue 29

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

Shades of Ochre #C06D1D

Tints of Ochre #C06D1D

RGB

 RED value IS 192 (75.39% from 255) = 58.18%

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

 BLUE value IS 29 (11.72% from 255) = 8.79%

R = 58.18%
G = 33.03%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C06D1D (or 0xC06D1D) is known color: Ochre. HEX triplet: C0, 6D and 1D. RGB value is (192,109,29). Sum of RGB (Red+Green+Blue) = 192+109+29=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06D1D is #3F92E2. Grayscale: #7D7D7D. Windows color (decimal): -4166371 or 1928640. OLE color: 1928640.

HSL color Cylindrical-coordinate representation of color #C06D1D: hue angle of 29.45º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C06D1D is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 109 29 -
CMYK 0 0.43 0.85 0.25
HSL 29.45º 0.74% 0.43% -
HSV(B) 29.45º 0.85% 0.75% -
XYZ 27.43 22.23 4.01 -
YUV 124.7 74 176 -
System Red Green Blue C M Y K H S L
Decimal 192 109 29 0 0.43 0.85 0.25 29.45 0.74 0.43
Hex C0 6D 1D 0 2B 55 19 1D 4A 2B
Octal 300 155 35 0 53 125 31 35 112 53
Binary 11000000 1101101 11101 0 101011 1010101 11001 11101 1001010 101011

Color Harmonies of #C06D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06D1D

Black with #C06D1D

Text Example


Text Example

White with #C06D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06D1D; }

 p { color: rgb(192,109,29); }

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

background-color css

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

 a { background-color: rgb(192,109,29); }

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

border-color css

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

 span { border-color: rgb(192,109,29); }

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