Html Css Color HEX #605A38 Verdigris

📋 copy color: '#605A38'

red 96 ◦ green 90 ◦ blue 56

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

Shades of Verdigris #605A38

Tints of Verdigris #605A38

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.19%

 BLUE value IS 56 (22.27% from 255) = 23.14%

R = 39.67%
G = 37.19%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#605A38 (or 0x605A38) is known color: Verdigris. HEX triplet: 60, 5A and 38. RGB value is (96,90,56). Sum of RGB (Red+Green+Blue) = 96+90+56=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 96 - color contains mainly: red. Hex color #605A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605A38 is #9FA5C7. Grayscale: #585858. Windows color (decimal): -10462664 or 3693152. OLE color: 3693152.

HSL color Cylindrical-coordinate representation of color #605A38: hue angle of 51º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #605A38 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 90 56 -
CMYK 0 0.06 0.42 0.62
HSL 51º 0.26% 0.3% -
HSV(B) 51º 0.42% 0.38% -
XYZ 9.19 10.08 5.2 -
YUV 87.92 109.99 133.76 -
System Red Green Blue C M Y K H S L
Decimal 96 90 56 0 0.06 0.42 0.62 51 0.26 0.3
Hex 60 5A 38 0 6 2A 3E 33 1A 1E
Octal 140 132 70 0 6 52 76 63 32 36
Binary 1100000 1011010 111000 0 110 101010 111110 110011 11010 11110

Color Harmonies of #605A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605A38

Black with #605A38

Text Example


Text Example

White with #605A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,90,56); }

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

background-color css

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

 a { background-color: rgb(96,90,56); }

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

border-color css

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

 span { border-color: rgb(96,90,56); }

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