Html Css Color HEX #C0660D Tenne (Tawny)

📋 copy color: '#C0660D'

red 192 ◦ green 102 ◦ blue 13

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

Shades of Tenne (Tawny) #C0660D

Tints of Tenne (Tawny) #C0660D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.23%

R = 62.54%
G = 33.22%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0660D (or 0xC0660D) is known color: Tenne (Tawny). HEX triplet: C0, 66 and 0D. RGB value is (192,102,13). Sum of RGB (Red+Green+Blue) = 192+102+13=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C0660D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0660D is #3F99F2. Grayscale: #777777. Windows color (decimal): -4168179 or 878272. OLE color: 878272.

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

Color convert

RGB 192 102 13 -
CMYK 0 0.47 0.93 0.25
HSL 29.83º 0.87% 0.4% -
HSV(B) 29.83º 0.93% 0.75% -
XYZ 26.56 20.74 2.98 -
YUV 118.76 68.32 180.24 -
System Red Green Blue C M Y K H S L
Decimal 192 102 13 0 0.47 0.93 0.25 29.83 0.87 0.4
Hex C0 66 D 0 2F 5D 19 1E 57 28
Octal 300 146 15 0 57 135 31 36 127 50
Binary 11000000 1100110 1101 0 101111 1011101 11001 11110 1010111 101000

Color Harmonies of #C0660D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0660D

Black with #C0660D

Text Example


Text Example

White with #C0660D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0660D; }

 p { color: rgb(192,102,13); }

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

background-color css

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

 a { background-color: rgb(192,102,13); }

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

border-color css

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

 span { border-color: rgb(192,102,13); }

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