Html Css Color HEX #CC6407 Tenne (Tawny)

📋 copy color: '#CC6407'

red 204 ◦ green 100 ◦ blue 7

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

Shades of Tenne (Tawny) #CC6407

Tints of Tenne (Tawny) #CC6407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.25%

R = 65.59%
G = 32.15%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC6407 (or 0xCC6407) is known color: Tenne (Tawny). HEX triplet: CC, 64 and 07. RGB value is (204,100,7). Sum of RGB (Red+Green+Blue) = 204+100+7=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 7 (3.12% from 255 or 2.25% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6407 is #339BF8. Grayscale: #787878. Windows color (decimal): -3382265 or 484556. OLE color: 484556.

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

Color convert

RGB 204 100 7 -
CMYK 0 0.51 0.97 0.2
HSL 28.32º 0.93% 0.41% -
HSV(B) 28.32º 0.97% 0.8% -
XYZ 29.5 21.97 2.89 -
YUV 120.49 63.96 187.56 -
System Red Green Blue C M Y K H S L
Decimal 204 100 7 0 0.51 0.97 0.2 28.32 0.93 0.41
Hex CC 64 7 0 33 61 14 1C 5D 29
Octal 314 144 7 0 63 141 24 34 135 51
Binary 11001100 1100100 111 0 110011 1100001 10100 11100 1011101 101001

Color Harmonies of #CC6407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6407

Black with #CC6407

Text Example


Text Example

White with #CC6407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6407; }

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

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

background-color css

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

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

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

border-color css

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

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

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