Html Css Color HEX #C06407 Tenne (Tawny)

📋 copy color: '#C06407'

red 192 ◦ green 100 ◦ blue 7

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

Shades of Tenne (Tawny) #C06407

Tints of Tenne (Tawny) #C06407

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.44%

 BLUE value IS 7 (3.13% from 255) = 2.34%

R = 64.21%
G = 33.44%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C06407 (or 0xC06407) is known color: Tenne (Tawny). HEX triplet: C0, 64 and 07. RGB value is (192,100,7). Sum of RGB (Red+Green+Blue) = 192+100+7=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 7 (3.12% from 255 or 2.34% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C06407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06407 is #3F9BF8. Grayscale: #757575. Windows color (decimal): -4168697 or 484544. OLE color: 484544.

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

Color convert

RGB 192 100 7 -
CMYK 0 0.48 0.96 0.25
HSL 30.16º 0.93% 0.39% -
HSV(B) 30.16º 0.96% 0.75% -
XYZ 26.33 20.34 2.74 -
YUV 116.91 65.98 181.56 -
System Red Green Blue C M Y K H S L
Decimal 192 100 7 0 0.48 0.96 0.25 30.16 0.93 0.39
Hex C0 64 7 0 30 60 19 1E 5D 27
Octal 300 144 7 0 60 140 31 36 135 47
Binary 11000000 1100100 111 0 110000 1100000 11001 11110 1011101 100111

Color Harmonies of #C06407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06407

Black with #C06407

Text Example


Text Example

White with #C06407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06407; }

 p { color: rgb(192,100,7); }

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

background-color css

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

 a { background-color: rgb(192,100,7); }

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

border-color css

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

 span { border-color: rgb(192,100,7); }

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