Html Css Color HEX #696838 Verdigris

📋 copy color: '#696838'

red 105 ◦ green 104 ◦ blue 56

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

Shades of Verdigris #696838

Tints of Verdigris #696838

RGB

 RED value IS 105 (41.41% from 255) = 39.62%

 GREEN value IS 104 (41.02% from 255) = 39.25%

 BLUE value IS 56 (22.27% from 255) = 21.13%

R = 39.62%
G = 39.25%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#696838 (or 0x696838) is known color: Verdigris. HEX triplet: 69, 68 and 38. RGB value is (105,104,56). Sum of RGB (Red+Green+Blue) = 105+104+56=265 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.62% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 105 - color contains mainly: red. Hex color #696838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696838 is #9697C7. Grayscale: #636363. Windows color (decimal): -9869256 or 3696745. OLE color: 3696745.

HSL color Cylindrical-coordinate representation of color #696838: hue angle of 58.78º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #696838 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 104 56 -
CMYK 0 0.01 0.47 0.59
HSL 58.78º 0.3% 0.32% -
HSV(B) 58.78º 0.47% 0.41% -
XYZ 11.49 13.19 5.68 -
YUV 98.83 103.83 132.4 -
System Red Green Blue C M Y K H S L
Decimal 105 104 56 0 0.01 0.47 0.59 58.78 0.3 0.32
Hex 69 68 38 0 1 2F 3B 3B 1E 20
Octal 151 150 70 0 1 57 73 73 36 40
Binary 1101001 1101000 111000 0 1 101111 111011 111011 11110 100000

Color Harmonies of #696838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696838

Black with #696838

Text Example


Text Example

White with #696838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696838; }

 p { color: rgb(105,104,56); }

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

background-color css

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

 a { background-color: rgb(105,104,56); }

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

border-color css

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

 span { border-color: rgb(105,104,56); }

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