Html Css Color HEX #605B3D Verdigris

📋 copy color: '#605B3D'

red 96 ◦ green 91 ◦ blue 61

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

Shades of Verdigris #605B3D

Tints of Verdigris #605B3D

RGB

 RED value IS 96 (37.89% from 255) = 38.71%

 GREEN value IS 91 (35.94% from 255) = 36.69%

 BLUE value IS 61 (24.22% from 255) = 24.6%

R = 38.71%
G = 36.69%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#605B3D (or 0x605B3D) is known color: Verdigris. HEX triplet: 60, 5B and 3D. RGB value is (96,91,61). Sum of RGB (Red+Green+Blue) = 96+91+61=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 96 - color contains mainly: red. Hex color #605B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605B3D is #9FA4C2. Grayscale: #595959. Windows color (decimal): -10462403 or 4021088. OLE color: 4021088.

HSL color Cylindrical-coordinate representation of color #605B3D: hue angle of 51.43º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #605B3D is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 91 61 -
CMYK 0 0.05 0.36 0.62
HSL 51.43º 0.22% 0.31% -
HSV(B) 51.43º 0.36% 0.38% -
XYZ 9.41 10.31 5.91 -
YUV 89.08 112.16 132.94 -
System Red Green Blue C M Y K H S L
Decimal 96 91 61 0 0.05 0.36 0.62 51.43 0.22 0.31
Hex 60 5B 3D 0 5 24 3E 33 16 1F
Octal 140 133 75 0 5 44 76 63 26 37
Binary 1100000 1011011 111101 0 101 100100 111110 110011 10110 11111

Color Harmonies of #605B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605B3D

Black with #605B3D

Text Example


Text Example

White with #605B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605B3D; }

 p { color: rgb(96,91,61); }

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

background-color css

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

 a { background-color: rgb(96,91,61); }

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

border-color css

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

 span { border-color: rgb(96,91,61); }

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