Html Css Color HEX #665F44 Verdigris

📋 copy color: '#665F44'

red 102 ◦ green 95 ◦ blue 68

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

Shades of Verdigris #665F44

Tints of Verdigris #665F44

RGB

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

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

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

R = 38.49%
G = 35.85%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.6

RGB Variations

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

Color information

#665F44 (or 0x665F44) is known color: Verdigris. HEX triplet: 66, 5F and 44. RGB value is (102,95,68). Sum of RGB (Red+Green+Blue) = 102+95+68=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 95 (37.5% from 255 or 35.85% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 102 - color contains mainly: red. Hex color #665F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665F44 is #99A0BB. Grayscale: #5E5E5E. Windows color (decimal): -10068156 or 4480870. OLE color: 4480870.

HSL color Cylindrical-coordinate representation of color #665F44: hue angle of 47.65º 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 #665F44 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 95 68 -
CMYK 0 0.07 0.33 0.6
HSL 47.65º 0.2% 0.33% -
HSV(B) 47.65º 0.33% 0.4% -
XYZ 10.62 11.43 7.11 -
YUV 94.02 113.32 133.7 -
System Red Green Blue C M Y K H S L
Decimal 102 95 68 0 0.07 0.33 0.6 47.65 0.2 0.33
Hex 66 5F 44 0 7 21 3C 30 14 21
Octal 146 137 104 0 7 41 74 60 24 41
Binary 1100110 1011111 1000100 0 111 100001 111100 110000 10100 100001

Color Harmonies of #665F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665F44

Black with #665F44

Text Example


Text Example

White with #665F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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