Html Css Color HEX #69633E Verdigris

📋 copy color: '#69633E'

red 105 ◦ green 99 ◦ blue 62

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

Shades of Verdigris #69633E

Tints of Verdigris #69633E

RGB

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

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

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

R = 39.47%
G = 37.22%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#69633E (or 0x69633E) is known color: Verdigris. HEX triplet: 69, 63 and 3E. RGB value is (105,99,62). Sum of RGB (Red+Green+Blue) = 105+99+62=266 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.47% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 105 - color contains mainly: red. Hex color #69633E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69633E is #969CC1. Grayscale: #606060. Windows color (decimal): -9870530 or 4088681. OLE color: 4088681.

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

Color convert

RGB 105 99 62 -
CMYK 0 0.06 0.41 0.59
HSL 51.63º 0.26% 0.33% -
HSV(B) 51.63º 0.41% 0.41% -
XYZ 11.16 12.27 6.34 -
YUV 96.58 108.49 134.01 -
System Red Green Blue C M Y K H S L
Decimal 105 99 62 0 0.06 0.41 0.59 51.63 0.26 0.33
Hex 69 63 3E 0 6 29 3B 34 1A 21
Octal 151 143 76 0 6 51 73 64 32 41
Binary 1101001 1100011 111110 0 110 101001 111011 110100 11010 100001

Color Harmonies of #69633E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69633E

Black with #69633E

Text Example


Text Example

White with #69633E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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