Html Css Color HEX #C06C00 Tenne (Tawny)

📋 copy color: '#C06C00'

red 192 ◦ green 108 ◦ blue 0

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

Shades of Tenne (Tawny) #C06C00

Tints of Tenne (Tawny) #C06C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64%
G = 36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C06C00 (or 0xC06C00) is known color: Tenne (Tawny). HEX triplet: C0, 6C and 00. RGB value is (192,108,0). Sum of RGB (Red+Green+Blue) = 192+108+0=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06C00 is #3F93FF. Grayscale: #797979. Windows color (decimal): -4166656 or 27840. OLE color: 27840.

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

Color convert

RGB 192 108 0 -
CMYK 0 0.44 1 0.25
HSL 33.75º 1% 0.38% -
HSV(B) 33.75º 1% 0.75% -
XYZ 27.1 21.93 2.8 -
YUV 120.8 59.83 178.78 -
System Red Green Blue C M Y K H S L
Decimal 192 108 0 0 0.44 1 0.25 33.75 1 0.38
Hex C0 6C 0 0 2C 64 19 22 64 26
Octal 300 154 0 0 54 144 31 42 144 46
Binary 11000000 1101100 0 0 101100 1100100 11001 100010 1100100 100110

Color Harmonies of #C06C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06C00

Black with #C06C00

Text Example


Text Example

White with #C06C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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