Html Css Color HEX #69673D Verdigris

📋 copy color: '#69673D'

red 105 ◦ green 103 ◦ blue 61

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

Shades of Verdigris #69673D

Tints of Verdigris #69673D

RGB

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

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

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

R = 39.03%
G = 38.29%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#69673D (or 0x69673D) is known color: Verdigris. HEX triplet: 69, 67 and 3D. RGB value is (105,103,61). Sum of RGB (Red+Green+Blue) = 105+103+61=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 105 - color contains mainly: red. Hex color #69673D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69673D is #9698C2. Grayscale: #626262. Windows color (decimal): -9869507 or 4024169. OLE color: 4024169.

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

Color convert

RGB 105 103 61 -
CMYK 0 0.02 0.42 0.59
HSL 57.27º 0.27% 0.33% -
HSV(B) 57.27º 0.42% 0.41% -
XYZ 11.52 13.04 6.32 -
YUV 98.81 106.66 132.42 -
System Red Green Blue C M Y K H S L
Decimal 105 103 61 0 0.02 0.42 0.59 57.27 0.27 0.33
Hex 69 67 3D 0 2 2A 3B 39 1B 21
Octal 151 147 75 0 2 52 73 71 33 41
Binary 1101001 1100111 111101 0 10 101010 111011 111001 11011 100001

Color Harmonies of #69673D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69673D

Black with #69673D

Text Example


Text Example

White with #69673D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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