Html Css Color HEX #C06F1F Ochre

📋 copy color: '#C06F1F'

red 192 ◦ green 111 ◦ blue 31

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

Shades of Ochre #C06F1F

Tints of Ochre #C06F1F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.23%

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

R = 57.49%
G = 33.23%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C06F1F (or 0xC06F1F) is known color: Ochre. HEX triplet: C0, 6F and 1F. RGB value is (192,111,31). Sum of RGB (Red+Green+Blue) = 192+111+31=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06F1F is #3F90E0. Grayscale: #7E7E7E. Windows color (decimal): -4165857 or 2060224. OLE color: 2060224.

HSL color Cylindrical-coordinate representation of color #C06F1F: hue angle of 29.81º 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 #C06F1F is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 111 31 -
CMYK 0 0.42 0.84 0.25
HSL 29.81º 0.72% 0.44% -
HSV(B) 29.81º 0.84% 0.75% -
XYZ 27.67 22.67 4.21 -
YUV 126.1 74.34 175 -
System Red Green Blue C M Y K H S L
Decimal 192 111 31 0 0.42 0.84 0.25 29.81 0.72 0.44
Hex C0 6F 1F 0 2A 54 19 1E 48 2C
Octal 300 157 37 0 52 124 31 36 110 54
Binary 11000000 1101111 11111 0 101010 1010100 11001 11110 1001000 101100

Color Harmonies of #C06F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06F1F

Black with #C06F1F

Text Example


Text Example

White with #C06F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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