Html Css Color HEX #C76101 Tenne (Tawny)

📋 copy color: '#C76101'

red 199 ◦ green 97 ◦ blue 1

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

Shades of Tenne (Tawny) #C76101

Tints of Tenne (Tawny) #C76101

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.66%

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

R = 67%
G = 32.66%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C76101 (or 0xC76101) is known color: Tenne (Tawny). HEX triplet: C7, 61 and 01. RGB value is (199,97,1). Sum of RGB (Red+Green+Blue) = 199+97+1=297 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.00% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 199 - color contains mainly: red. Hex color #C76101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76101 is #389EFE. Grayscale: #757575. Windows color (decimal): -3710719 or 90567. OLE color: 90567.

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

Color convert

RGB 199 97 1 -
CMYK 0 0.51 0.99 0.22
HSL 29.09º 0.99% 0.39% -
HSV(B) 29.09º 0.99% 0.78% -
XYZ 27.83 20.69 2.56 -
YUV 116.55 62.79 186.81 -
System Red Green Blue C M Y K H S L
Decimal 199 97 1 0 0.51 0.99 0.22 29.09 0.99 0.39
Hex C7 61 1 0 33 63 16 1D 63 27
Octal 307 141 1 0 63 143 26 35 143 47
Binary 11000111 1100001 1 0 110011 1100011 10110 11101 1100011 100111

Color Harmonies of #C76101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76101

Black with #C76101

Text Example


Text Example

White with #C76101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76101; }

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

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

background-color css

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

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

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

border-color css

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

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

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