Html Css Color HEX #655E44 Verdigris

📋 copy color: '#655E44'

red 101 ◦ green 94 ◦ blue 68

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

Shades of Verdigris #655E44

Tints of Verdigris #655E44

RGB

 RED value IS 101 (39.84% from 255) = 38.4%

 GREEN value IS 94 (37.11% from 255) = 35.74%

 BLUE value IS 68 (26.95% from 255) = 25.86%

R = 38.4%
G = 35.74%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.60

RGB Variations

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

Color information

#655E44 (or 0x655E44) is known color: Verdigris. HEX triplet: 65, 5E and 44. RGB value is (101,94,68). Sum of RGB (Red+Green+Blue) = 101+94+68=263 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.40% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 101 - color contains mainly: red. Hex color #655E44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655E44 is #9AA1BB. Grayscale: #5D5D5D. Windows color (decimal): -10133948 or 4480613. OLE color: 4480613.

HSL color Cylindrical-coordinate representation of color #655E44: hue angle of 47.27º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #655E44 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 94 68 -
CMYK 0 0.07 0.33 0.60
HSL 47.27º 0.2% 0.33% -
HSV(B) 47.27º 0.33% 0.4% -
XYZ 10.41 11.19 7.08 -
YUV 93.13 113.82 133.61 -
System Red Green Blue C M Y K H S L
Decimal 101 94 68 0 0.07 0.33 0.60 47.27 0.2 0.33
Hex 65 5E 44 0 7 21 3C 2F 14 21
Octal 145 136 104 0 7 41 74 57 24 41
Binary 1100101 1011110 1000100 0 111 100001 111100 101111 10100 100001

Color Harmonies of #655E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655E44

Black with #655E44

Text Example


Text Example

White with #655E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655E44; }

 p { color: rgb(101,94,68); }

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

background-color css

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

 a { background-color: rgb(101,94,68); }

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

border-color css

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

 span { border-color: rgb(101,94,68); }

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