Html Css Color HEX #CC6706 Tenne (Tawny)

📋 copy color: '#CC6706'

red 204 ◦ green 103 ◦ blue 6

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

Shades of Tenne (Tawny) #CC6706

Tints of Tenne (Tawny) #CC6706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.92%

R = 65.18%
G = 32.91%
B = 1.92%

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

#CC6706 (or 0xCC6706) is known color: Tenne (Tawny). HEX triplet: CC, 67 and 06. RGB value is (204,103,6). Sum of RGB (Red+Green+Blue) = 204+103+6=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 6 (2.73% from 255 or 1.92% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6706 is #3398F9. Grayscale: #7A7A7A. Windows color (decimal): -3381498 or 419788. OLE color: 419788.

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

Color convert

RGB 204 103 6 -
CMYK 0 0.50 0.97 0.2
HSL 29.39º 0.94% 0.41% -
HSV(B) 29.39º 0.97% 0.8% -
XYZ 29.78 22.55 2.96 -
YUV 122.14 62.46 186.39 -
System Red Green Blue C M Y K H S L
Decimal 204 103 6 0 0.50 0.97 0.2 29.39 0.94 0.41
Hex CC 67 6 0 32 61 14 1D 5E 29
Octal 314 147 6 0 62 141 24 35 136 51
Binary 11001100 1100111 110 0 110010 1100001 10100 11101 1011110 101001

Color Harmonies of #CC6706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6706

Black with #CC6706

Text Example


Text Example

White with #CC6706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6706; }

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

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

background-color css

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

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

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

border-color css

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

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

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