Html Css Color HEX #CC680A Tenne (Tawny)

📋 copy color: '#CC680A'

red 204 ◦ green 104 ◦ blue 10

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

Shades of Tenne (Tawny) #CC680A

Tints of Tenne (Tawny) #CC680A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.7%

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

R = 64.15%
G = 32.7%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC680A (or 0xCC680A) is known color: Tenne (Tawny). HEX triplet: CC, 68 and 0A. RGB value is (204,104,10). Sum of RGB (Red+Green+Blue) = 204+104+10=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 10 (4.30% from 255 or 3.14% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC680A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC680A is #3397F5. Grayscale: #7B7B7B. Windows color (decimal): -3381238 or 682188. OLE color: 682188.

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

Color convert

RGB 204 104 10 -
CMYK 0 0.49 0.95 0.2
HSL 29.07º 0.91% 0.42% -
HSV(B) 29.07º 0.95% 0.8% -
XYZ 29.91 22.76 3.1 -
YUV 123.18 64.13 185.64 -
System Red Green Blue C M Y K H S L
Decimal 204 104 10 0 0.49 0.95 0.2 29.07 0.91 0.42
Hex CC 68 A 0 31 5F 14 1D 5B 2A
Octal 314 150 12 0 61 137 24 35 133 52
Binary 11001100 1101000 1010 0 110001 1011111 10100 11101 1011011 101010

Color Harmonies of #CC680A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC680A

Black with #CC680A

Text Example


Text Example

White with #CC680A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC680A; }

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

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

background-color css

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

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

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

border-color css

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

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

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