Html Css Color HEX #56612B Saratoga

📋 copy color: '#56612B'

red 86 ◦ green 97 ◦ blue 43

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

Shades of Saratoga #56612B

Tints of Saratoga #56612B

RGB

 RED value IS 86 (33.98% from 255) = 38.05%

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

 BLUE value IS 43 (17.19% from 255) = 19.03%

R = 38.05%
G = 42.92%
B = 19.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#56612B (or 0x56612B) is known color: Saratoga. HEX triplet: 56, 61 and 2B. RGB value is (86,97,43). Sum of RGB (Red+Green+Blue) = 86+97+43=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 97 - color contains mainly: green. Hex color #56612B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56612B is #A99ED4. Grayscale: #575757. Windows color (decimal): -11116245 or 2842966. OLE color: 2842966.

HSL color Cylindrical-coordinate representation of color #56612B: hue angle of 72.22º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56612B is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 97 43 -
CMYK 0.11 0 0.56 0.62
HSL 72.22º 0.39% 0.27% -
HSV(B) 72.22º 0.56% 0.38% -
XYZ 8.55 10.7 3.9 -
YUV 87.56 102.86 126.89 -
System Red Green Blue C M Y K H S L
Decimal 86 97 43 0.11 0 0.56 0.62 72.22 0.39 0.27
Hex 56 61 2B B 0 38 3E 48 27 1B
Octal 126 141 53 13 0 70 76 110 47 33
Binary 1010110 1100001 101011 1011 0 111000 111110 1001000 100111 11011

Color Harmonies of #56612B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56612B

Black with #56612B

Text Example


Text Example

White with #56612B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56612B; }

 p { color: rgb(86,97,43); }

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

background-color css

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

 a { background-color: rgb(86,97,43); }

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

border-color css

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

 span { border-color: rgb(86,97,43); }

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