Html Css Color HEX #C76700 Tenne (Tawny)

📋 copy color: '#C76700'

red 199 ◦ green 103 ◦ blue 0

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

Shades of Tenne (Tawny) #C76700

Tints of Tenne (Tawny) #C76700

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.11%

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

R = 65.89%
G = 34.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C76700 (or 0xC76700) is known color: Tenne (Tawny). HEX triplet: C7, 67 and 00. RGB value is (199,103,0). Sum of RGB (Red+Green+Blue) = 199+103+0=302 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.89% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 199 - color contains mainly: red. Hex color #C76700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76700 is #3898FF. Grayscale: #787878. Windows color (decimal): -3709184 or 26567. OLE color: 26567.

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

Color convert

RGB 199 103 0 -
CMYK 0 0.48 1 0.22
HSL 31.06º 1% 0.39% -
HSV(B) 31.06º 1% 0.78% -
XYZ 28.4 21.84 2.72 -
YUV 119.96 60.3 184.38 -
System Red Green Blue C M Y K H S L
Decimal 199 103 0 0 0.48 1 0.22 31.06 1 0.39
Hex C7 67 0 0 30 64 16 1F 64 27
Octal 307 147 0 0 60 144 26 37 144 47
Binary 11000111 1100111 0 0 110000 1100100 10110 11111 1100100 100111

Color Harmonies of #C76700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76700

Black with #C76700

Text Example


Text Example

White with #C76700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76700; }

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

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

background-color css

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

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

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

border-color css

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

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

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