Html Css Color HEX #C76307 Tenne (Tawny)

📋 copy color: '#C76307'

red 199 ◦ green 99 ◦ blue 7

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

Shades of Tenne (Tawny) #C76307

Tints of Tenne (Tawny) #C76307

RGB

 RED value IS 199 (78.13% from 255) = 65.25%

 GREEN value IS 99 (39.06% from 255) = 32.46%

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

R = 65.25%
G = 32.46%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C76307 (or 0xC76307) is known color: Tenne (Tawny). HEX triplet: C7, 63 and 07. RGB value is (199,99,7). Sum of RGB (Red+Green+Blue) = 199+99+7=305 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.25% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 7 (3.12% from 255 or 2.30% from 305); Max value from RGB is 199 - color contains mainly: red. Hex color #C76307 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76307 is #389CF8. Grayscale: #767676. Windows color (decimal): -3710201 or 484295. OLE color: 484295.

HSL color Cylindrical-coordinate representation of color #C76307: hue angle of 28.75º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C76307 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 99 7 -
CMYK 0 0.50 0.96 0.22
HSL 28.75º 0.93% 0.4% -
HSV(B) 28.75º 0.96% 0.78% -
XYZ 28.05 21.08 2.79 -
YUV 118.41 65.13 185.48 -
System Red Green Blue C M Y K H S L
Decimal 199 99 7 0 0.50 0.96 0.22 28.75 0.93 0.4
Hex C7 63 7 0 32 60 16 1D 5D 28
Octal 307 143 7 0 62 140 26 35 135 50
Binary 11000111 1100011 111 0 110010 1100000 10110 11101 1011101 101000

Color Harmonies of #C76307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76307

Black with #C76307

Text Example


Text Example

White with #C76307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76307; }

 p { color: rgb(199,99,7); }

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

background-color css

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

 a { background-color: rgb(199,99,7); }

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

border-color css

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

 span { border-color: rgb(199,99,7); }

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