Html Css Color HEX #CC6A07 Tenne (Tawny)

📋 copy color: '#CC6A07'

red 204 ◦ green 106 ◦ blue 7

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

Shades of Tenne (Tawny) #CC6A07

Tints of Tenne (Tawny) #CC6A07

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.44%

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

R = 64.35%
G = 33.44%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC6A07 (or 0xCC6A07) is known color: Tenne (Tawny). HEX triplet: CC, 6A and 07. RGB value is (204,106,7). Sum of RGB (Red+Green+Blue) = 204+106+7=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 7 (3.12% from 255 or 2.21% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6A07 is #3395F8. Grayscale: #7C7C7C. Windows color (decimal): -3380729 or 486092. OLE color: 486092.

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

Color convert

RGB 204 106 7 -
CMYK 0 0.48 0.97 0.2
HSL 30.15º 0.93% 0.41% -
HSV(B) 30.15º 0.97% 0.8% -
XYZ 30.09 23.16 3.09 -
YUV 124.02 61.97 185.05 -
System Red Green Blue C M Y K H S L
Decimal 204 106 7 0 0.48 0.97 0.2 30.15 0.93 0.41
Hex CC 6A 7 0 30 61 14 1E 5D 29
Octal 314 152 7 0 60 141 24 36 135 51
Binary 11001100 1101010 111 0 110000 1100001 10100 11110 1011101 101001

Color Harmonies of #CC6A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6A07

Black with #CC6A07

Text Example


Text Example

White with #CC6A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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