Html Css Color HEX #C06D0F Ochre

📋 copy color: '#C06D0F'

red 192 ◦ green 109 ◦ blue 15

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

Shades of Ochre #C06D0F

Tints of Ochre #C06D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.75%

R = 60.76%
G = 34.49%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C06D0F (or 0xC06D0F) is known color: Ochre. HEX triplet: C0, 6D and 0F. RGB value is (192,109,15). Sum of RGB (Red+Green+Blue) = 192+109+15=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 15 (6.25% from 255 or 4.75% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06D0F is #3F92F0. Grayscale: #7B7B7B. Windows color (decimal): -4166385 or 1011136. OLE color: 1011136.

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

Color convert

RGB 192 109 15 -
CMYK 0 0.43 0.92 0.25
HSL 31.86º 0.86% 0.41% -
HSV(B) 31.86º 0.92% 0.75% -
XYZ 27.29 22.18 3.29 -
YUV 123.1 67 177.14 -
System Red Green Blue C M Y K H S L
Decimal 192 109 15 0 0.43 0.92 0.25 31.86 0.86 0.41
Hex C0 6D F 0 2B 5C 19 20 56 29
Octal 300 155 17 0 53 134 31 40 126 51
Binary 11000000 1101101 1111 0 101011 1011100 11001 100000 1010110 101001

Color Harmonies of #C06D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06D0F

Black with #C06D0F

Text Example


Text Example

White with #C06D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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