Html Css Color HEX #736256 Dorado

📋 copy color: '#736256'

red 115 ◦ green 98 ◦ blue 86

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

Shades of Dorado #736256

Tints of Dorado #736256

RGB

 RED value IS 115 (45.31% from 255) = 38.46%

 GREEN value IS 98 (38.67% from 255) = 32.78%

 BLUE value IS 86 (33.98% from 255) = 28.76%

R = 38.46%
G = 32.78%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#736256 (or 0x736256) is known color: Dorado. HEX triplet: 73, 62 and 56. RGB value is (115,98,86). Sum of RGB (Red+Green+Blue) = 115+98+86=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 115 - color contains mainly: red. Hex color #736256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736256 is #8C9DA9. Grayscale: #656565. Windows color (decimal): -9215402 or 5661299. OLE color: 5661299.

HSL color Cylindrical-coordinate representation of color #736256: hue angle of 24.83º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #736256 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 98 86 -
CMYK 0 0.15 0.25 0.55
HSL 24.83º 0.14% 0.39% -
HSV(B) 24.83º 0.25% 0.45% -
XYZ 13.12 13.05 10.63 -
YUV 101.72 119.13 137.48 -
System Red Green Blue C M Y K H S L
Decimal 115 98 86 0 0.15 0.25 0.55 24.83 0.14 0.39
Hex 73 62 56 0 F 19 37 19 E 27
Octal 163 142 126 0 17 31 67 31 16 47
Binary 1110011 1100010 1010110 0 1111 11001 110111 11001 1110 100111

Color Harmonies of #736256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736256

Black with #736256

Text Example


Text Example

White with #736256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736256; }

 p { color: rgb(115,98,86); }

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

background-color css

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

 a { background-color: rgb(115,98,86); }

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

border-color css

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

 span { border-color: rgb(115,98,86); }

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