Html Css Color HEX #C56901 Tenne (Tawny)

📋 copy color: '#C56901'

red 197 ◦ green 105 ◦ blue 1

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

Shades of Tenne (Tawny) #C56901

Tints of Tenne (Tawny) #C56901

RGB

 RED value IS 197 (77.34% from 255) = 65.02%

 GREEN value IS 105 (41.41% from 255) = 34.65%

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

R = 65.02%
G = 34.65%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C56901 (or 0xC56901) is known color: Tenne (Tawny). HEX triplet: C5, 69 and 01. RGB value is (197,105,1). Sum of RGB (Red+Green+Blue) = 197+105+1=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C56901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56901 is #3A96FE. Grayscale: #797979. Windows color (decimal): -3839743 or 92613. OLE color: 92613.

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

Color convert

RGB 197 105 1 -
CMYK 0 0.47 0.99 0.23
HSL 31.84º 0.99% 0.39% -
HSV(B) 31.84º 0.99% 0.77% -
XYZ 28.08 21.98 2.79 -
YUV 120.65 60.48 182.46 -
System Red Green Blue C M Y K H S L
Decimal 197 105 1 0 0.47 0.99 0.23 31.84 0.99 0.39
Hex C5 69 1 0 2F 63 17 20 63 27
Octal 305 151 1 0 57 143 27 40 143 47
Binary 11000101 1101001 1 0 101111 1100011 10111 100000 1100011 100111

Color Harmonies of #C56901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56901

Black with #C56901

Text Example


Text Example

White with #C56901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56901; }

 p { color: rgb(197,105,1); }

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

background-color css

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

 a { background-color: rgb(197,105,1); }

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

border-color css

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

 span { border-color: rgb(197,105,1); }

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