Html Css Color HEX #CC660A Tenne (Tawny)

📋 copy color: '#CC660A'

red 204 ◦ green 102 ◦ blue 10

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

Shades of Tenne (Tawny) #CC660A

Tints of Tenne (Tawny) #CC660A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.28%

 BLUE value IS 10 (4.3% from 255) = 3.16%

R = 64.56%
G = 32.28%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC660A (or 0xCC660A) is known color: Tenne (Tawny). HEX triplet: CC, 66 and 0A. RGB value is (204,102,10). Sum of RGB (Red+Green+Blue) = 204+102+10=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC660A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC660A is #3399F5. Grayscale: #7A7A7A. Windows color (decimal): -3381750 or 681676. OLE color: 681676.

HSL color Cylindrical-coordinate representation of color #CC660A: hue angle of 28.45º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC660A is Cyan = 0, Magento = 0.5, Yellow = 0.95 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 102 10 -
CMYK 0 0.5 0.95 0.2
HSL 28.45º 0.91% 0.42% -
HSV(B) 28.45º 0.95% 0.8% -
XYZ 29.71 22.36 3.04 -
YUV 122.01 64.79 186.48 -
System Red Green Blue C M Y K H S L
Decimal 204 102 10 0 0.5 0.95 0.2 28.45 0.91 0.42
Hex CC 66 A 0 32 5F 14 1C 5B 2A
Octal 314 146 12 0 62 137 24 34 133 52
Binary 11001100 1100110 1010 0 110010 1011111 10100 11100 1011011 101010

Color Harmonies of #CC660A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC660A

Black with #CC660A

Text Example


Text Example

White with #CC660A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC660A; }

 p { color: rgb(204,102,10); }

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

background-color css

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

 a { background-color: rgb(204,102,10); }

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

border-color css

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

 span { border-color: rgb(204,102,10); }

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