Html Css Color HEX #CC6507 Tenne (Tawny)

📋 copy color: '#CC6507'

red 204 ◦ green 101 ◦ blue 7

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

Shades of Tenne (Tawny) #CC6507

Tints of Tenne (Tawny) #CC6507

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.37%

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

R = 65.38%
G = 32.37%
B = 2.24%

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

#CC6507 (or 0xCC6507) is known color: Tenne (Tawny). HEX triplet: CC, 65 and 07. RGB value is (204,101,7). Sum of RGB (Red+Green+Blue) = 204+101+7=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 7 (3.12% from 255 or 2.24% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6507 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6507 is #339AF8. Grayscale: #797979. Windows color (decimal): -3382009 or 484812. OLE color: 484812.

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

Color convert

RGB 204 101 7 -
CMYK 0 0.50 0.97 0.2
HSL 28.63º 0.93% 0.41% -
HSV(B) 28.63º 0.97% 0.8% -
XYZ 29.59 22.16 2.92 -
YUV 121.08 63.62 187.14 -
System Red Green Blue C M Y K H S L
Decimal 204 101 7 0 0.50 0.97 0.2 28.63 0.93 0.41
Hex CC 65 7 0 32 61 14 1D 5D 29
Octal 314 145 7 0 62 141 24 35 135 51
Binary 11001100 1100101 111 0 110010 1100001 10100 11101 1011101 101001

Color Harmonies of #CC6507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6507

Black with #CC6507

Text Example


Text Example

White with #CC6507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6507; }

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

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

background-color css

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

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

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

border-color css

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

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

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