Html Css Color HEX #696338 Verdigris

📋 copy color: '#696338'

red 105 ◦ green 99 ◦ blue 56

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

Shades of Verdigris #696338

Tints of Verdigris #696338

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.08%

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

R = 40.38%
G = 38.08%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#696338 (or 0x696338) is known color: Verdigris. HEX triplet: 69, 63 and 38. RGB value is (105,99,56). Sum of RGB (Red+Green+Blue) = 105+99+56=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 105 - color contains mainly: red. Hex color #696338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696338 is #969CC7. Grayscale: #606060. Windows color (decimal): -9870536 or 3695465. OLE color: 3695465.

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

Color convert

RGB 105 99 56 -
CMYK 0 0.06 0.47 0.59
HSL 52.65º 0.3% 0.32% -
HSV(B) 52.65º 0.47% 0.41% -
XYZ 11 12.21 5.52 -
YUV 95.89 105.49 134.5 -
System Red Green Blue C M Y K H S L
Decimal 105 99 56 0 0.06 0.47 0.59 52.65 0.3 0.32
Hex 69 63 38 0 6 2F 3B 35 1E 20
Octal 151 143 70 0 6 57 73 65 36 40
Binary 1101001 1100011 111000 0 110 101111 111011 110101 11110 100000

Color Harmonies of #696338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696338

Black with #696338

Text Example


Text Example

White with #696338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696338; }

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

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

background-color css

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

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

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

border-color css

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

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

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