Html Css Color HEX #C5600D Tenne (Tawny)

📋 copy color: '#C5600D'

red 197 ◦ green 96 ◦ blue 13

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

Shades of Tenne (Tawny) #C5600D

Tints of Tenne (Tawny) #C5600D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.37%

 BLUE value IS 13 (5.47% from 255) = 4.25%

R = 64.38%
G = 31.37%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5600D (or 0xC5600D) is known color: Tenne (Tawny). HEX triplet: C5, 60 and 0D. RGB value is (197,96,13). Sum of RGB (Red+Green+Blue) = 197+96+13=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C5600D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5600D is #3A9FF2. Grayscale: #757575. Windows color (decimal): -3842035 or 876741. OLE color: 876741.

HSL color Cylindrical-coordinate representation of color #C5600D: hue angle of 27.07º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5600D is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 96 13 -
CMYK 0 0.51 0.93 0.23
HSL 27.07º 0.88% 0.41% -
HSV(B) 27.07º 0.93% 0.77% -
XYZ 27.28 20.27 2.85 -
YUV 116.74 69.46 185.25 -
System Red Green Blue C M Y K H S L
Decimal 197 96 13 0 0.51 0.93 0.23 27.07 0.88 0.41
Hex C5 60 D 0 33 5D 17 1B 58 29
Octal 305 140 15 0 63 135 27 33 130 51
Binary 11000101 1100000 1101 0 110011 1011101 10111 11011 1011000 101001

Color Harmonies of #C5600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5600D

Black with #C5600D

Text Example


Text Example

White with #C5600D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5600D; }

 p { color: rgb(197,96,13); }

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

background-color css

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

 a { background-color: rgb(197,96,13); }

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

border-color css

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

 span { border-color: rgb(197,96,13); }

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