Html Css Color HEX #69683E Verdigris

📋 copy color: '#69683E'

red 105 ◦ green 104 ◦ blue 62

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

Shades of Verdigris #69683E

Tints of Verdigris #69683E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.88%

R = 38.75%
G = 38.38%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#69683E (or 0x69683E) is known color: Verdigris. HEX triplet: 69, 68 and 3E. RGB value is (105,104,62). Sum of RGB (Red+Green+Blue) = 105+104+62=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 105 - color contains mainly: red. Hex color #69683E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69683E is #9697C1. Grayscale: #636363. Windows color (decimal): -9869250 or 4089961. OLE color: 4089961.

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

Color convert

RGB 105 104 62 -
CMYK 0 0.01 0.41 0.59
HSL 58.6º 0.26% 0.33% -
HSV(B) 58.6º 0.41% 0.41% -
XYZ 11.65 13.25 6.5 -
YUV 99.51 106.83 131.92 -
System Red Green Blue C M Y K H S L
Decimal 105 104 62 0 0.01 0.41 0.59 58.6 0.26 0.33
Hex 69 68 3E 0 1 29 3B 3B 1A 21
Octal 151 150 76 0 1 51 73 73 32 41
Binary 1101001 1101000 111110 0 1 101001 111011 111011 11010 100001

Color Harmonies of #69683E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69683E

Black with #69683E

Text Example


Text Example

White with #69683E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69683E; }

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

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

background-color css

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

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

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

border-color css

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

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

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