Html Css Color HEX #C0680A Tenne (Tawny)

📋 copy color: '#C0680A'

red 192 ◦ green 104 ◦ blue 10

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

Shades of Tenne (Tawny) #C0680A

Tints of Tenne (Tawny) #C0680A

RGB

 RED value IS 192 (75.39% from 255) = 62.75%

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

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

R = 62.75%
G = 33.99%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C0680A (or 0xC0680A) is known color: Tenne (Tawny). HEX triplet: C0, 68 and 0A. RGB value is (192,104,10). Sum of RGB (Red+Green+Blue) = 192+104+10=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 10 (4.30% from 255 or 3.27% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C0680A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0680A is #3F97F5. Grayscale: #787878. Windows color (decimal): -4167670 or 682176. OLE color: 682176.

HSL color Cylindrical-coordinate representation of color #C0680A: hue angle of 30.99º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0680A is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 104 10 -
CMYK 0 0.46 0.95 0.25
HSL 30.99º 0.9% 0.4% -
HSV(B) 30.99º 0.95% 0.75% -
XYZ 26.74 21.13 2.96 -
YUV 119.6 66.15 179.64 -
System Red Green Blue C M Y K H S L
Decimal 192 104 10 0 0.46 0.95 0.25 30.99 0.9 0.4
Hex C0 68 A 0 2E 5F 19 1F 5A 28
Octal 300 150 12 0 56 137 31 37 132 50
Binary 11000000 1101000 1010 0 101110 1011111 11001 11111 1011010 101000

Color Harmonies of #C0680A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0680A

Black with #C0680A

Text Example


Text Example

White with #C0680A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0680A; }

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

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

background-color css

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

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

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

border-color css

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

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

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