Html Css Color HEX #69633D Verdigris

📋 copy color: '#69633D'

red 105 ◦ green 99 ◦ blue 61

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

Shades of Verdigris #69633D

Tints of Verdigris #69633D

RGB

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

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

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

R = 39.62%
G = 37.36%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#69633D (or 0x69633D) is known color: Verdigris. HEX triplet: 69, 63 and 3D. RGB value is (105,99,61). Sum of RGB (Red+Green+Blue) = 105+99+61=265 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.62% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 105 - color contains mainly: red. Hex color #69633D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69633D is #969CC2. Grayscale: #606060. Windows color (decimal): -9870531 or 4023145. OLE color: 4023145.

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

Color convert

RGB 105 99 61 -
CMYK 0 0.06 0.42 0.59
HSL 51.82º 0.27% 0.33% -
HSV(B) 51.82º 0.42% 0.41% -
XYZ 11.13 12.26 6.2 -
YUV 96.46 107.99 134.09 -
System Red Green Blue C M Y K H S L
Decimal 105 99 61 0 0.06 0.42 0.59 51.82 0.27 0.33
Hex 69 63 3D 0 6 2A 3B 34 1B 21
Octal 151 143 75 0 6 52 73 64 33 41
Binary 1101001 1100011 111101 0 110 101010 111011 110100 11011 100001

Color Harmonies of #69633D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69633D

Black with #69633D

Text Example


Text Example

White with #69633D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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