Html Css Color HEX #CC6805 Tenne (Tawny)

📋 copy color: '#CC6805'

red 204 ◦ green 104 ◦ blue 5

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

Shades of Tenne (Tawny) #CC6805

Tints of Tenne (Tawny) #CC6805

RGB

 RED value IS 204 (80.08% from 255) = 65.18%

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

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

R = 65.18%
G = 33.23%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC6805 (or 0xCC6805) is known color: Tenne (Tawny). HEX triplet: CC, 68 and 05. RGB value is (204,104,5). Sum of RGB (Red+Green+Blue) = 204+104+5=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 5 (2.34% from 255 or 1.60% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6805 is #3397FA. Grayscale: #7B7B7B. Windows color (decimal): -3381243 or 354508. OLE color: 354508.

HSL color Cylindrical-coordinate representation of color #CC6805: hue angle of 29.85º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC6805 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 104 5 -
CMYK 0 0.49 0.98 0.2
HSL 29.85º 0.95% 0.41% -
HSV(B) 29.85º 0.98% 0.8% -
XYZ 29.88 22.75 2.96 -
YUV 122.61 61.63 186.05 -
System Red Green Blue C M Y K H S L
Decimal 204 104 5 0 0.49 0.98 0.2 29.85 0.95 0.41
Hex CC 68 5 0 31 62 14 1E 5F 29
Octal 314 150 5 0 61 142 24 36 137 51
Binary 11001100 1101000 101 0 110001 1100010 10100 11110 1011111 101001

Color Harmonies of #CC6805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6805

Black with #CC6805

Text Example


Text Example

White with #CC6805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6805; }

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

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

background-color css

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

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

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

border-color css

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

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

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