Html Css Color HEX #665E42 Verdigris

📋 copy color: '#665E42'

red 102 ◦ green 94 ◦ blue 66

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

Shades of Verdigris #665E42

Tints of Verdigris #665E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.19%

R = 38.93%
G = 35.88%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.6

RGB Variations

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

Color information

#665E42 (or 0x665E42) is known color: Verdigris. HEX triplet: 66, 5E and 42. RGB value is (102,94,66). Sum of RGB (Red+Green+Blue) = 102+94+66=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 102 - color contains mainly: red. Hex color #665E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665E42 is #99A1BD. Grayscale: #5D5D5D. Windows color (decimal): -10068414 or 4349542. OLE color: 4349542.

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

Color convert

RGB 102 94 66 -
CMYK 0 0.08 0.35 0.6
HSL 46.67º 0.21% 0.33% -
HSV(B) 46.67º 0.35% 0.4% -
XYZ 10.47 11.22 6.77 -
YUV 93.2 112.65 134.28 -
System Red Green Blue C M Y K H S L
Decimal 102 94 66 0 0.08 0.35 0.6 46.67 0.21 0.33
Hex 66 5E 42 0 8 23 3C 2F 15 21
Octal 146 136 102 0 10 43 74 57 25 41
Binary 1100110 1011110 1000010 0 1000 100011 111100 101111 10101 100001

Color Harmonies of #665E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665E42

Black with #665E42

Text Example


Text Example

White with #665E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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