Html Css Color HEX #C76A00 Tenne (Tawny)

📋 copy color: '#C76A00'

red 199 ◦ green 106 ◦ blue 0

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

Shades of Tenne (Tawny) #C76A00

Tints of Tenne (Tawny) #C76A00

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.75%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.25%
G = 34.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C76A00 (or 0xC76A00) is known color: Tenne (Tawny). HEX triplet: C7, 6A and 00. RGB value is (199,106,0). Sum of RGB (Red+Green+Blue) = 199+106+0=305 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.25% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 199 - color contains mainly: red. Hex color #C76A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76A00 is #3895FF. Grayscale: #7A7A7A. Windows color (decimal): -3708416 or 27335. OLE color: 27335.

HSL color Cylindrical-coordinate representation of color #C76A00: hue angle of 31.96º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C76A00 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 106 0 -
CMYK 0 0.47 1 0.22
HSL 31.96º 1% 0.39% -
HSV(B) 31.96º 1% 0.78% -
XYZ 28.71 22.45 2.82 -
YUV 121.72 59.31 183.12 -
System Red Green Blue C M Y K H S L
Decimal 199 106 0 0 0.47 1 0.22 31.96 1 0.39
Hex C7 6A 0 0 2F 64 16 20 64 27
Octal 307 152 0 0 57 144 26 40 144 47
Binary 11000111 1101010 0 0 101111 1100100 10110 100000 1100100 100111

Color Harmonies of #C76A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76A00

Black with #C76A00

Text Example


Text Example

White with #C76A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76A00; }

 p { color: rgb(199,106,0); }

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

background-color css

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

 a { background-color: rgb(199,106,0); }

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

border-color css

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

 span { border-color: rgb(199,106,0); }

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