Html Css Color HEX #675E3A Verdigris

📋 copy color: '#675E3A'

red 103 ◦ green 94 ◦ blue 58

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

Shades of Verdigris #675E3A

Tints of Verdigris #675E3A

RGB

 RED value IS 103 (40.63% from 255) = 40.39%

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

 BLUE value IS 58 (23.05% from 255) = 22.75%

R = 40.39%
G = 36.86%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.60

RGB Variations

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

Color information

#675E3A (or 0x675E3A) is known color: Verdigris. HEX triplet: 67, 5E and 3A. RGB value is (103,94,58). Sum of RGB (Red+Green+Blue) = 103+94+58=255 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.39% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 103 - color contains mainly: red. Hex color #675E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675E3A is #98A1C5. Grayscale: #5C5C5C. Windows color (decimal): -10002886 or 3825255. OLE color: 3825255.

HSL color Cylindrical-coordinate representation of color #675E3A: hue angle of 48º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #675E3A is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 94 58 -
CMYK 0 0.09 0.44 0.60
HSL 48º 0.28% 0.32% -
HSV(B) 48º 0.44% 0.4% -
XYZ 10.36 11.19 5.62 -
YUV 92.59 108.48 135.43 -
System Red Green Blue C M Y K H S L
Decimal 103 94 58 0 0.09 0.44 0.60 48 0.28 0.32
Hex 67 5E 3A 0 9 2C 3C 30 1C 20
Octal 147 136 72 0 11 54 74 60 34 40
Binary 1100111 1011110 111010 0 1001 101100 111100 110000 11100 100000

Color Harmonies of #675E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675E3A

Black with #675E3A

Text Example


Text Example

White with #675E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675E3A; }

 p { color: rgb(103,94,58); }

 H1.HeaderClassName
 {
   color: #675E3A;
 }
 .AnyTagClassName
 {
   color: #675E3A;
 }
</style>

background-color css

<style>
 a { background-color: #675E3A; }

 a { background-color: rgb(103,94,58); }

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

border-color css

<style>
 span { border-color: #675E3A; }

 span { border-color: rgb(103,94,58); }

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