Html Css Color HEX #C06C1E Ochre

📋 copy color: '#C06C1E'

red 192 ◦ green 108 ◦ blue 30

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

Shades of Ochre #C06C1E

Tints of Ochre #C06C1E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.73%

 BLUE value IS 30 (12.11% from 255) = 9.09%

R = 58.18%
G = 32.73%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C06C1E (or 0xC06C1E) is known color: Ochre. HEX triplet: C0, 6C and 1E. RGB value is (192,108,30). Sum of RGB (Red+Green+Blue) = 192+108+30=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06C1E is #3F93E1. Grayscale: #7C7C7C. Windows color (decimal): -4166626 or 1993920. OLE color: 1993920.

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

Color convert

RGB 192 108 30 -
CMYK 0 0.44 0.84 0.25
HSL 28.89º 0.73% 0.44% -
HSV(B) 28.89º 0.84% 0.75% -
XYZ 27.34 22.03 4.04 -
YUV 124.22 74.83 176.34 -
System Red Green Blue C M Y K H S L
Decimal 192 108 30 0 0.44 0.84 0.25 28.89 0.73 0.44
Hex C0 6C 1E 0 2C 54 19 1D 49 2C
Octal 300 154 36 0 54 124 31 35 111 54
Binary 11000000 1101100 11110 0 101100 1010100 11001 11101 1001001 101100

Color Harmonies of #C06C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06C1E

Black with #C06C1E

Text Example


Text Example

White with #C06C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06C1E; }

 p { color: rgb(192,108,30); }

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

background-color css

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

 a { background-color: rgb(192,108,30); }

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

border-color css

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

 span { border-color: rgb(192,108,30); }

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