Html Css Color HEX #CC7006 Tenne (Tawny)

📋 copy color: '#CC7006'

red 204 ◦ green 112 ◦ blue 6

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

Shades of Tenne (Tawny) #CC7006

Tints of Tenne (Tawny) #CC7006

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.78%

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

R = 63.35%
G = 34.78%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC7006 (or 0xCC7006) is known color: Tenne (Tawny). HEX triplet: CC, 70 and 06. RGB value is (204,112,6). Sum of RGB (Red+Green+Blue) = 204+112+6=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 6 (2.73% from 255 or 1.86% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7006 is #338FF9. Grayscale: #7F7F7F. Windows color (decimal): -3379194 or 422092. OLE color: 422092.

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

Color convert

RGB 204 112 6 -
CMYK 0 0.45 0.97 0.2
HSL 32.12º 0.94% 0.41% -
HSV(B) 32.12º 0.97% 0.8% -
XYZ 30.73 24.44 3.27 -
YUV 127.42 59.48 182.62 -
System Red Green Blue C M Y K H S L
Decimal 204 112 6 0 0.45 0.97 0.2 32.12 0.94 0.41
Hex CC 70 6 0 2D 61 14 20 5E 29
Octal 314 160 6 0 55 141 24 40 136 51
Binary 11001100 1110000 110 0 101101 1100001 10100 100000 1011110 101001

Color Harmonies of #CC7006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7006

Black with #CC7006

Text Example


Text Example

White with #CC7006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7006; }

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

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

background-color css

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

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

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

border-color css

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

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

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