Html Css Color HEX #C76701 Tenne (Tawny)

📋 copy color: '#C76701'

red 199 ◦ green 103 ◦ blue 1

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

Shades of Tenne (Tawny) #C76701

Tints of Tenne (Tawny) #C76701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 65.68%
G = 33.99%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C76701 (or 0xC76701) is known color: Tenne (Tawny). HEX triplet: C7, 67 and 01. RGB value is (199,103,1). Sum of RGB (Red+Green+Blue) = 199+103+1=303 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.68% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 199 - color contains mainly: red. Hex color #C76701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76701 is #3898FE. Grayscale: #787878. Windows color (decimal): -3709183 or 92103. OLE color: 92103.

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

Color convert

RGB 199 103 1 -
CMYK 0 0.48 0.99 0.22
HSL 30.91º 0.99% 0.39% -
HSV(B) 30.91º 0.99% 0.78% -
XYZ 28.41 21.84 2.75 -
YUV 120.08 60.8 184.29 -
System Red Green Blue C M Y K H S L
Decimal 199 103 1 0 0.48 0.99 0.22 30.91 0.99 0.39
Hex C7 67 1 0 30 63 16 1F 63 27
Octal 307 147 1 0 60 143 26 37 143 47
Binary 11000111 1100111 1 0 110000 1100011 10110 11111 1100011 100111

Color Harmonies of #C76701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76701

Black with #C76701

Text Example


Text Example

White with #C76701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76701; }

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

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

background-color css

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

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

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

border-color css

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

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

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