Html Css Color HEX #716258 Dorado

📋 copy color: '#716258'

red 113 ◦ green 98 ◦ blue 88

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

Shades of Dorado #716258

Tints of Dorado #716258

RGB

 RED value IS 113 (44.53% from 255) = 37.79%

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

 BLUE value IS 88 (34.77% from 255) = 29.43%

R = 37.79%
G = 32.78%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#716258 (or 0x716258) is known color: Dorado. HEX triplet: 71, 62 and 58. RGB value is (113,98,88). Sum of RGB (Red+Green+Blue) = 113+98+88=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 113 - color contains mainly: red. Hex color #716258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716258 is #8E9DA7. Grayscale: #656565. Windows color (decimal): -9346472 or 5792369. OLE color: 5792369.

HSL color Cylindrical-coordinate representation of color #716258: hue angle of 24º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #716258 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 98 88 -
CMYK 0 0.13 0.22 0.56
HSL 24º 0.12% 0.39% -
HSV(B) 24º 0.22% 0.44% -
XYZ 12.94 12.95 11.05 -
YUV 101.35 120.47 136.31 -
System Red Green Blue C M Y K H S L
Decimal 113 98 88 0 0.13 0.22 0.56 24 0.12 0.39
Hex 71 62 58 0 D 16 38 18 C 27
Octal 161 142 130 0 15 26 70 30 14 47
Binary 1110001 1100010 1011000 0 1101 10110 111000 11000 1100 100111

Color Harmonies of #716258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716258

Black with #716258

Text Example


Text Example

White with #716258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716258; }

 p { color: rgb(113,98,88); }

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

background-color css

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

 a { background-color: rgb(113,98,88); }

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

border-color css

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

 span { border-color: rgb(113,98,88); }

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