Html Css Color HEX #665F3F Verdigris

📋 copy color: '#665F3F'

red 102 ◦ green 95 ◦ blue 63

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

Shades of Verdigris #665F3F

Tints of Verdigris #665F3F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.54%

 BLUE value IS 63 (25% from 255) = 24.23%

R = 39.23%
G = 36.54%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.6

RGB Variations

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

Color information

#665F3F (or 0x665F3F) is known color: Verdigris. HEX triplet: 66, 5F and 3F. RGB value is (102,95,63). Sum of RGB (Red+Green+Blue) = 102+95+63=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 102 - color contains mainly: red. Hex color #665F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665F3F is #99A0C0. Grayscale: #5D5D5D. Windows color (decimal): -10068161 or 4153190. OLE color: 4153190.

HSL color Cylindrical-coordinate representation of color #665F3F: hue angle of 49.23º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #665F3F is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 95 63 -
CMYK 0 0.07 0.38 0.6
HSL 49.23º 0.24% 0.32% -
HSV(B) 49.23º 0.38% 0.4% -
XYZ 10.47 11.37 6.35 -
YUV 93.45 110.82 134.1 -
System Red Green Blue C M Y K H S L
Decimal 102 95 63 0 0.07 0.38 0.6 49.23 0.24 0.32
Hex 66 5F 3F 0 7 26 3C 31 18 20
Octal 146 137 77 0 7 46 74 61 30 40
Binary 1100110 1011111 111111 0 111 100110 111100 110001 11000 100000

Color Harmonies of #665F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665F3F

Black with #665F3F

Text Example


Text Example

White with #665F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,95,63); }

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

background-color css

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

 a { background-color: rgb(102,95,63); }

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

border-color css

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

 span { border-color: rgb(102,95,63); }

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