Html Css Color HEX #69683D Verdigris

📋 copy color: '#69683D'

red 105 ◦ green 104 ◦ blue 61

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

Shades of Verdigris #69683D

Tints of Verdigris #69683D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.59%

R = 38.89%
G = 38.52%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#69683D (or 0x69683D) is known color: Verdigris. HEX triplet: 69, 68 and 3D. RGB value is (105,104,61). Sum of RGB (Red+Green+Blue) = 105+104+61=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 105 - color contains mainly: red. Hex color #69683D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69683D is #9697C2. Grayscale: #636363. Windows color (decimal): -9869251 or 4024425. OLE color: 4024425.

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

Color convert

RGB 105 104 61 -
CMYK 0 0.01 0.42 0.59
HSL 58.64º 0.27% 0.33% -
HSV(B) 58.64º 0.42% 0.41% -
XYZ 11.62 13.24 6.36 -
YUV 99.4 106.33 132 -
System Red Green Blue C M Y K H S L
Decimal 105 104 61 0 0.01 0.42 0.59 58.64 0.27 0.33
Hex 69 68 3D 0 1 2A 3B 3B 1B 21
Octal 151 150 75 0 1 52 73 73 33 41
Binary 1101001 1101000 111101 0 1 101010 111011 111011 11011 100001

Color Harmonies of #69683D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69683D

Black with #69683D

Text Example


Text Example

White with #69683D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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