Html Css Color HEX #696738 Verdigris

📋 copy color: '#696738'

red 105 ◦ green 103 ◦ blue 56

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

Shades of Verdigris #696738

Tints of Verdigris #696738

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.02%

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

R = 39.77%
G = 39.02%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#696738 (or 0x696738) is known color: Verdigris. HEX triplet: 69, 67 and 38. RGB value is (105,103,56). Sum of RGB (Red+Green+Blue) = 105+103+56=264 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.77% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 105 - color contains mainly: red. Hex color #696738 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696738 is #9698C7. Grayscale: #626262. Windows color (decimal): -9869512 or 3696489. OLE color: 3696489.

HSL color Cylindrical-coordinate representation of color #696738: hue angle of 57.55º 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 #696738 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 103 56 -
CMYK 0 0.02 0.47 0.59
HSL 57.55º 0.3% 0.32% -
HSV(B) 57.55º 0.47% 0.41% -
XYZ 11.39 12.99 5.65 -
YUV 98.24 104.16 132.82 -
System Red Green Blue C M Y K H S L
Decimal 105 103 56 0 0.02 0.47 0.59 57.55 0.3 0.32
Hex 69 67 38 0 2 2F 3B 3A 1E 20
Octal 151 147 70 0 2 57 73 72 36 40
Binary 1101001 1100111 111000 0 10 101111 111011 111010 11110 100000

Color Harmonies of #696738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696738

Black with #696738

Text Example


Text Example

White with #696738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696738; }

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

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

background-color css

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

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

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

border-color css

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

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

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