Html Css Color HEX #C56601 Tenne (Tawny)

📋 copy color: '#C56601'

red 197 ◦ green 102 ◦ blue 1

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

Shades of Tenne (Tawny) #C56601

Tints of Tenne (Tawny) #C56601

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34%

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

R = 65.67%
G = 34%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C56601 (or 0xC56601) is known color: Tenne (Tawny). HEX triplet: C5, 66 and 01. RGB value is (197,102,1). Sum of RGB (Red+Green+Blue) = 197+102+1=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C56601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56601 is #3A99FE. Grayscale: #777777. Windows color (decimal): -3840511 or 91845. OLE color: 91845.

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

Color convert

RGB 197 102 1 -
CMYK 0 0.48 0.99 0.23
HSL 30.92º 0.99% 0.39% -
HSV(B) 30.92º 0.99% 0.77% -
XYZ 27.78 21.38 2.69 -
YUV 118.89 61.47 183.71 -
System Red Green Blue C M Y K H S L
Decimal 197 102 1 0 0.48 0.99 0.23 30.92 0.99 0.39
Hex C5 66 1 0 30 63 17 1F 63 27
Octal 305 146 1 0 60 143 27 37 143 47
Binary 11000101 1100110 1 0 110000 1100011 10111 11111 1100011 100111

Color Harmonies of #C56601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56601

Black with #C56601

Text Example


Text Example

White with #C56601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56601; }

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

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

background-color css

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

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

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

border-color css

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

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

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