Html Css Color HEX #58694D Tom Thumb

📋 copy color: '#58694D'

red 88 ◦ green 105 ◦ blue 77

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

Shades of Tom Thumb #58694D

Tints of Tom Thumb #58694D

RGB

 RED value IS 88 (34.77% from 255) = 32.59%

 GREEN value IS 105 (41.41% from 255) = 38.89%

 BLUE value IS 77 (30.47% from 255) = 28.52%

R = 32.59%
G = 38.89%
B = 28.52%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#58694D (or 0x58694D) is known color: Tom Thumb. HEX triplet: 58, 69 and 4D. RGB value is (88,105,77). Sum of RGB (Red+Green+Blue) = 88+105+77=270 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.59% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 105 - color contains mainly: green. Hex color #58694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58694D is #A796B2. Grayscale: #606060. Windows color (decimal): -10983091 or 5073240. OLE color: 5073240.

HSL color Cylindrical-coordinate representation of color #58694D: hue angle of 96.43º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #58694D is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 88 105 77 -
CMYK 0.16 0 0.27 0.59
HSL 96.43º 0.15% 0.36% -
HSV(B) 96.43º 0.27% 0.41% -
XYZ 10.42 12.71 8.93 -
YUV 96.73 116.87 121.78 -
System Red Green Blue C M Y K H S L
Decimal 88 105 77 0.16 0 0.27 0.59 96.43 0.15 0.36
Hex 58 69 4D 10 0 1B 3B 60 F 24
Octal 130 151 115 20 0 33 73 140 17 44
Binary 1011000 1101001 1001101 10000 0 11011 111011 1100000 1111 100100

Color Harmonies of #58694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58694D

Black with #58694D

Text Example


Text Example

White with #58694D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58694D; }

 p { color: rgb(88,105,77); }

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

background-color css

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

 a { background-color: rgb(88,105,77); }

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

border-color css

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

 span { border-color: rgb(88,105,77); }

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