Html Css Color HEX #C06B0A Tenne (Tawny)

📋 copy color: '#C06B0A'

red 192 ◦ green 107 ◦ blue 10

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

Shades of Tenne (Tawny) #C06B0A

Tints of Tenne (Tawny) #C06B0A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.63%

 BLUE value IS 10 (4.3% from 255) = 3.24%

R = 62.14%
G = 34.63%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C06B0A (or 0xC06B0A) is known color: Tenne (Tawny). HEX triplet: C0, 6B and 0A. RGB value is (192,107,10). Sum of RGB (Red+Green+Blue) = 192+107+10=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06B0A is #3F94F5. Grayscale: #797979. Windows color (decimal): -4166902 or 682944. OLE color: 682944.

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

Color convert

RGB 192 107 10 -
CMYK 0 0.44 0.95 0.25
HSL 31.98º 0.9% 0.4% -
HSV(B) 31.98º 0.95% 0.75% -
XYZ 27.05 21.74 3.06 -
YUV 121.36 65.16 178.39 -
System Red Green Blue C M Y K H S L
Decimal 192 107 10 0 0.44 0.95 0.25 31.98 0.9 0.4
Hex C0 6B A 0 2C 5F 19 20 5A 28
Octal 300 153 12 0 54 137 31 40 132 50
Binary 11000000 1101011 1010 0 101100 1011111 11001 100000 1011010 101000

Color Harmonies of #C06B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06B0A

Black with #C06B0A

Text Example


Text Example

White with #C06B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06B0A; }

 p { color: rgb(192,107,10); }

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

background-color css

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

 a { background-color: rgb(192,107,10); }

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

border-color css

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

 span { border-color: rgb(192,107,10); }

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