Html Css Color HEX #C76305 Tenne (Tawny)

📋 copy color: '#C76305'

red 199 ◦ green 99 ◦ blue 5

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

Shades of Tenne (Tawny) #C76305

Tints of Tenne (Tawny) #C76305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.65%

R = 65.68%
G = 32.67%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C76305 (or 0xC76305) is known color: Tenne (Tawny). HEX triplet: C7, 63 and 05. RGB value is (199,99,5). Sum of RGB (Red+Green+Blue) = 199+99+5=303 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.68% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 199 - color contains mainly: red. Hex color #C76305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76305 is #389CFA. Grayscale: #767676. Windows color (decimal): -3710203 or 353223. OLE color: 353223.

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

Color convert

RGB 199 99 5 -
CMYK 0 0.50 0.97 0.22
HSL 29.07º 0.95% 0.4% -
HSV(B) 29.07º 0.97% 0.78% -
XYZ 28.04 21.08 2.73 -
YUV 118.18 64.13 185.64 -
System Red Green Blue C M Y K H S L
Decimal 199 99 5 0 0.50 0.97 0.22 29.07 0.95 0.4
Hex C7 63 5 0 32 61 16 1D 5F 28
Octal 307 143 5 0 62 141 26 35 137 50
Binary 11000111 1100011 101 0 110010 1100001 10110 11101 1011111 101000

Color Harmonies of #C76305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76305

Black with #C76305

Text Example


Text Example

White with #C76305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76305; }

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

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

background-color css

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

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

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

border-color css

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

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

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