Html Css Color HEX #C76B00 Tenne (Tawny)

📋 copy color: '#C76B00'

red 199 ◦ green 107 ◦ blue 0

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

Shades of Tenne (Tawny) #C76B00

Tints of Tenne (Tawny) #C76B00

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.97%

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

R = 65.03%
G = 34.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C76B00 (or 0xC76B00) is known color: Tenne (Tawny). HEX triplet: C7, 6B and 00. RGB value is (199,107,0). Sum of RGB (Red+Green+Blue) = 199+107+0=306 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.03% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 199 - color contains mainly: red. Hex color #C76B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76B00 is #3894FF. Grayscale: #7A7A7A. Windows color (decimal): -3708160 or 27591. OLE color: 27591.

HSL color Cylindrical-coordinate representation of color #C76B00: hue angle of 32.26º 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 #C76B00 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 107 0 -
CMYK 0 0.46 1 0.22
HSL 32.26º 1% 0.39% -
HSV(B) 32.26º 1% 0.78% -
XYZ 28.81 22.66 2.85 -
YUV 122.31 58.98 182.7 -
System Red Green Blue C M Y K H S L
Decimal 199 107 0 0 0.46 1 0.22 32.26 1 0.39
Hex C7 6B 0 0 2E 64 16 20 64 27
Octal 307 153 0 0 56 144 26 40 144 47
Binary 11000111 1101011 0 0 101110 1100100 10110 100000 1100100 100111

Color Harmonies of #C76B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76B00

Black with #C76B00

Text Example


Text Example

White with #C76B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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