Html Css Color HEX #CC6906 Tenne (Tawny)

📋 copy color: '#CC6906'

red 204 ◦ green 105 ◦ blue 6

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

Shades of Tenne (Tawny) #CC6906

Tints of Tenne (Tawny) #CC6906

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.33%

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

R = 64.76%
G = 33.33%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC6906 (or 0xCC6906) is known color: Tenne (Tawny). HEX triplet: CC, 69 and 06. RGB value is (204,105,6). Sum of RGB (Red+Green+Blue) = 204+105+6=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 6 (2.73% from 255 or 1.90% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6906 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6906 is #3396F9. Grayscale: #7B7B7B. Windows color (decimal): -3380986 or 420300. OLE color: 420300.

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

Color convert

RGB 204 105 6 -
CMYK 0 0.49 0.97 0.2
HSL 30º 0.94% 0.41% -
HSV(B) 30º 0.97% 0.8% -
XYZ 29.99 22.95 3.02 -
YUV 123.32 61.8 185.55 -
System Red Green Blue C M Y K H S L
Decimal 204 105 6 0 0.49 0.97 0.2 30 0.94 0.41
Hex CC 69 6 0 31 61 14 1E 5E 29
Octal 314 151 6 0 61 141 24 36 136 51
Binary 11001100 1101001 110 0 110001 1100001 10100 11110 1011110 101001

Color Harmonies of #CC6906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6906

Black with #CC6906

Text Example


Text Example

White with #CC6906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6906; }

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

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

background-color css

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

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

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

border-color css

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

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

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