Html Css Color HEX #C06F1B Ochre

📋 copy color: '#C06F1B'

red 192 ◦ green 111 ◦ blue 27

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

Shades of Ochre #C06F1B

Tints of Ochre #C06F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.18%

R = 58.18%
G = 33.64%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C06F1B (or 0xC06F1B) is known color: Ochre. HEX triplet: C0, 6F and 1B. RGB value is (192,111,27). Sum of RGB (Red+Green+Blue) = 192+111+27=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06F1B is #3F90E4. Grayscale: #7E7E7E. Windows color (decimal): -4165861 or 1798080. OLE color: 1798080.

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

Color convert

RGB 192 111 27 -
CMYK 0 0.42 0.86 0.25
HSL 30.55º 0.75% 0.43% -
HSV(B) 30.55º 0.86% 0.75% -
XYZ 27.62 22.65 3.95 -
YUV 125.64 72.34 175.33 -
System Red Green Blue C M Y K H S L
Decimal 192 111 27 0 0.42 0.86 0.25 30.55 0.75 0.43
Hex C0 6F 1B 0 2A 56 19 1F 4B 2B
Octal 300 157 33 0 52 126 31 37 113 53
Binary 11000000 1101111 11011 0 101010 1010110 11001 11111 1001011 101011

Color Harmonies of #C06F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06F1B

Black with #C06F1B

Text Example


Text Example

White with #C06F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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