Html Css Color HEX #665E3C Verdigris

📋 copy color: '#665E3C'

red 102 ◦ green 94 ◦ blue 60

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

Shades of Verdigris #665E3C

Tints of Verdigris #665E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.44%

R = 39.84%
G = 36.72%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.6

RGB Variations

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

Color information

#665E3C (or 0x665E3C) is known color: Verdigris. HEX triplet: 66, 5E and 3C. RGB value is (102,94,60). Sum of RGB (Red+Green+Blue) = 102+94+60=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 94 (37.11% from 255 or 36.72% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 102 - color contains mainly: red. Hex color #665E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665E3C is #99A1C3. Grayscale: #5C5C5C. Windows color (decimal): -10068420 or 3956326. OLE color: 3956326.

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

Color convert

RGB 102 94 60 -
CMYK 0 0.08 0.41 0.6
HSL 48.57º 0.26% 0.32% -
HSV(B) 48.57º 0.41% 0.4% -
XYZ 10.3 11.16 5.89 -
YUV 92.52 109.65 134.76 -
System Red Green Blue C M Y K H S L
Decimal 102 94 60 0 0.08 0.41 0.6 48.57 0.26 0.32
Hex 66 5E 3C 0 8 29 3C 31 1A 20
Octal 146 136 74 0 10 51 74 61 32 40
Binary 1100110 1011110 111100 0 1000 101001 111100 110001 11010 100000

Color Harmonies of #665E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665E3C

Black with #665E3C

Text Example


Text Example

White with #665E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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