Html Css Color HEX #C06805 Tenne (Tawny)

📋 copy color: '#C06805'

red 192 ◦ green 104 ◦ blue 5

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

Shades of Tenne (Tawny) #C06805

Tints of Tenne (Tawny) #C06805

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.55%

 BLUE value IS 5 (2.34% from 255) = 1.66%

R = 63.79%
G = 34.55%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C06805 (or 0xC06805) is known color: Tenne (Tawny). HEX triplet: C0, 68 and 05. RGB value is (192,104,5). Sum of RGB (Red+Green+Blue) = 192+104+5=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C06805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06805 is #3F97FA. Grayscale: #777777. Windows color (decimal): -4167675 or 354496. OLE color: 354496.

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

Color convert

RGB 192 104 5 -
CMYK 0 0.46 0.97 0.25
HSL 31.76º 0.95% 0.39% -
HSV(B) 31.76º 0.97% 0.75% -
XYZ 26.72 21.12 2.81 -
YUV 119.03 63.65 180.05 -
System Red Green Blue C M Y K H S L
Decimal 192 104 5 0 0.46 0.97 0.25 31.76 0.95 0.39
Hex C0 68 5 0 2E 61 19 20 5F 27
Octal 300 150 5 0 56 141 31 40 137 47
Binary 11000000 1101000 101 0 101110 1100001 11001 100000 1011111 100111

Color Harmonies of #C06805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06805

Black with #C06805

Text Example


Text Example

White with #C06805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06805; }

 p { color: rgb(192,104,5); }

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

background-color css

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

 a { background-color: rgb(192,104,5); }

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

border-color css

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

 span { border-color: rgb(192,104,5); }

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