Html Css Color HEX #C0650D Tenne (Tawny)

📋 copy color: '#C0650D'

red 192 ◦ green 101 ◦ blue 13

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

Shades of Tenne (Tawny) #C0650D

Tints of Tenne (Tawny) #C0650D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.01%

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

R = 62.75%
G = 33.01%
B = 4.25%

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

#C0650D (or 0xC0650D) is known color: Tenne (Tawny). HEX triplet: C0, 65 and 0D. RGB value is (192,101,13). Sum of RGB (Red+Green+Blue) = 192+101+13=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C0650D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0650D is #3F9AF2. Grayscale: #767676. Windows color (decimal): -4168435 or 878016. OLE color: 878016.

HSL color Cylindrical-coordinate representation of color #C0650D: hue angle of 29.5º 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 #C0650D is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 101 13 -
CMYK 0 0.47 0.93 0.25
HSL 29.5º 0.87% 0.4% -
HSV(B) 29.5º 0.93% 0.75% -
XYZ 26.46 20.54 2.95 -
YUV 118.18 68.65 180.66 -
System Red Green Blue C M Y K H S L
Decimal 192 101 13 0 0.47 0.93 0.25 29.5 0.87 0.4
Hex C0 65 D 0 2F 5D 19 1D 57 28
Octal 300 145 15 0 57 135 31 35 127 50
Binary 11000000 1100101 1101 0 101111 1011101 11001 11101 1010111 101000

Color Harmonies of #C0650D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0650D

Black with #C0650D

Text Example


Text Example

White with #C0650D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0650D; }

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

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

background-color css

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

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

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

border-color css

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

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

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