Html Css Color HEX #C06D1F Ochre

📋 copy color: '#C06D1F'

red 192 ◦ green 109 ◦ blue 31

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

Shades of Ochre #C06D1F

Tints of Ochre #C06D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.34%

R = 57.83%
G = 32.83%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C06D1F (or 0xC06D1F) is known color: Ochre. HEX triplet: C0, 6D and 1F. RGB value is (192,109,31). Sum of RGB (Red+Green+Blue) = 192+109+31=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06D1F is #3F92E0. Grayscale: #7D7D7D. Windows color (decimal): -4166369 or 2059712. OLE color: 2059712.

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

Color convert

RGB 192 109 31 -
CMYK 0 0.43 0.84 0.25
HSL 29.07º 0.72% 0.44% -
HSV(B) 29.07º 0.84% 0.75% -
XYZ 27.45 22.24 4.14 -
YUV 124.93 75 175.84 -
System Red Green Blue C M Y K H S L
Decimal 192 109 31 0 0.43 0.84 0.25 29.07 0.72 0.44
Hex C0 6D 1F 0 2B 54 19 1D 48 2C
Octal 300 155 37 0 53 124 31 35 110 54
Binary 11000000 1101101 11111 0 101011 1010100 11001 11101 1001000 101100

Color Harmonies of #C06D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06D1F

Black with #C06D1F

Text Example


Text Example

White with #C06D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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