Html Css Color HEX #CC6701 Tenne (Tawny)

📋 copy color: '#CC6701'

red 204 ◦ green 103 ◦ blue 1

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

Shades of Tenne (Tawny) #CC6701

Tints of Tenne (Tawny) #CC6701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 66.23%
G = 33.44%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#CC6701 (or 0xCC6701) is known color: Tenne (Tawny). HEX triplet: CC, 67 and 01. RGB value is (204,103,1). Sum of RGB (Red+Green+Blue) = 204+103+1=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6701 is #3398FE. Grayscale: #7A7A7A. Windows color (decimal): -3381503 or 92108. OLE color: 92108.

HSL color Cylindrical-coordinate representation of color #CC6701: hue angle of 30.15º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC6701 is Cyan = 0, Magento = 0.50, Yellow = 1.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 103 1 -
CMYK 0 0.50 1.00 0.2
HSL 30.15º 0.99% 0.4% -
HSV(B) 30.15º 1% 0.8% -
XYZ 29.76 22.54 2.81 -
YUV 121.57 59.96 186.79 -
System Red Green Blue C M Y K H S L
Decimal 204 103 1 0 0.50 1.00 0.2 30.15 0.99 0.4
Hex CC 67 1 0 32 64 14 1E 63 28
Octal 314 147 1 0 62 144 24 36 143 50
Binary 11001100 1100111 1 0 110010 1100100 10100 11110 1100011 101000

Color Harmonies of #CC6701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6701

Black with #CC6701

Text Example


Text Example

White with #CC6701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6701; }

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

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

background-color css

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

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

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

border-color css

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

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

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