Html Css Color HEX #CC6707 Tenne (Tawny)

📋 copy color: '#CC6707'

red 204 ◦ green 103 ◦ blue 7

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

Shades of Tenne (Tawny) #CC6707

Tints of Tenne (Tawny) #CC6707

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.8%

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

R = 64.97%
G = 32.8%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC6707 (or 0xCC6707) is known color: Tenne (Tawny). HEX triplet: CC, 67 and 07. RGB value is (204,103,7). Sum of RGB (Red+Green+Blue) = 204+103+7=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 7 (3.12% from 255 or 2.23% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6707 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6707 is #3398F8. Grayscale: #7A7A7A. Windows color (decimal): -3381497 or 485324. OLE color: 485324.

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

Color convert

RGB 204 103 7 -
CMYK 0 0.50 0.97 0.2
HSL 29.24º 0.93% 0.41% -
HSV(B) 29.24º 0.97% 0.8% -
XYZ 29.79 22.55 2.98 -
YUV 122.26 62.96 186.31 -
System Red Green Blue C M Y K H S L
Decimal 204 103 7 0 0.50 0.97 0.2 29.24 0.93 0.41
Hex CC 67 7 0 32 61 14 1D 5D 29
Octal 314 147 7 0 62 141 24 35 135 51
Binary 11001100 1100111 111 0 110010 1100001 10100 11101 1011101 101001

Color Harmonies of #CC6707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6707

Black with #CC6707

Text Example


Text Example

White with #CC6707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6707; }

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

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

background-color css

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

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

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

border-color css

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

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

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