Html Css Color HEX #665E41 Verdigris

📋 copy color: '#665E41'

red 102 ◦ green 94 ◦ blue 65

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

Shades of Verdigris #665E41

Tints of Verdigris #665E41

RGB

 RED value IS 102 (40.23% from 255) = 39.08%

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

 BLUE value IS 65 (25.78% from 255) = 24.9%

R = 39.08%
G = 36.02%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#665E41 (or 0x665E41) is known color: Verdigris. HEX triplet: 66, 5E and 41. RGB value is (102,94,65). Sum of RGB (Red+Green+Blue) = 102+94+65=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 102 - color contains mainly: red. Hex color #665E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665E41 is #99A1BE. Grayscale: #5D5D5D. Windows color (decimal): -10068415 or 4284006. OLE color: 4284006.

HSL color Cylindrical-coordinate representation of color #665E41: hue angle of 47.03º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #665E41 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 94 65 -
CMYK 0 0.08 0.36 0.6
HSL 47.03º 0.22% 0.33% -
HSV(B) 47.03º 0.36% 0.4% -
XYZ 10.44 11.21 6.62 -
YUV 93.09 112.15 134.36 -
System Red Green Blue C M Y K H S L
Decimal 102 94 65 0 0.08 0.36 0.6 47.03 0.22 0.33
Hex 66 5E 41 0 8 24 3C 2F 16 21
Octal 146 136 101 0 10 44 74 57 26 41
Binary 1100110 1011110 1000001 0 1000 100100 111100 101111 10110 100001

Color Harmonies of #665E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665E41

Black with #665E41

Text Example


Text Example

White with #665E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665E41; }

 p { color: rgb(102,94,65); }

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

background-color css

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

 a { background-color: rgb(102,94,65); }

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

border-color css

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

 span { border-color: rgb(102,94,65); }

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