Html Css Color HEX #CC6405 Tenne (Tawny)

📋 copy color: '#CC6405'

red 204 ◦ green 100 ◦ blue 5

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

Shades of Tenne (Tawny) #CC6405

Tints of Tenne (Tawny) #CC6405

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.36%

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

R = 66.02%
G = 32.36%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC6405 (or 0xCC6405) is known color: Tenne (Tawny). HEX triplet: CC, 64 and 05. RGB value is (204,100,5). Sum of RGB (Red+Green+Blue) = 204+100+5=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6405 is #339BFA. Grayscale: #787878. Windows color (decimal): -3382267 or 353484. OLE color: 353484.

HSL color Cylindrical-coordinate representation of color #CC6405: hue angle of 28.64º 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 #CC6405 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 100 5 -
CMYK 0 0.51 0.98 0.2
HSL 28.64º 0.95% 0.41% -
HSV(B) 28.64º 0.98% 0.8% -
XYZ 29.49 21.96 2.83 -
YUV 120.27 62.96 187.72 -
System Red Green Blue C M Y K H S L
Decimal 204 100 5 0 0.51 0.98 0.2 28.64 0.95 0.41
Hex CC 64 5 0 33 62 14 1D 5F 29
Octal 314 144 5 0 63 142 24 35 137 51
Binary 11001100 1100100 101 0 110011 1100010 10100 11101 1011111 101001

Color Harmonies of #CC6405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6405

Black with #CC6405

Text Example


Text Example

White with #CC6405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6405; }

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

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

background-color css

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

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

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

border-color css

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

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

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