Html Css Color HEX #69663F Verdigris

📋 copy color: '#69663F'

red 105 ◦ green 102 ◦ blue 63

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

Shades of Verdigris #69663F

Tints of Verdigris #69663F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.78%

 BLUE value IS 63 (25% from 255) = 23.33%

R = 38.89%
G = 37.78%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.4

 K value IS 0.59

RGB Variations

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

Color information

#69663F (or 0x69663F) is known color: Verdigris. HEX triplet: 69, 66 and 3F. RGB value is (105,102,63). Sum of RGB (Red+Green+Blue) = 105+102+63=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 105 - color contains mainly: red. Hex color #69663F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69663F is #9699C0. Grayscale: #626262. Windows color (decimal): -9869761 or 4154985. OLE color: 4154985.

HSL color Cylindrical-coordinate representation of color #69663F: hue angle of 55.71º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69663F is Cyan = 0, Magento = 0.03, Yellow = 0.4 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 102 63 -
CMYK 0 0.03 0.4 0.59
HSL 55.71º 0.25% 0.33% -
HSV(B) 55.71º 0.4% 0.41% -
XYZ 11.47 12.86 6.58 -
YUV 98.45 107.99 132.67 -
System Red Green Blue C M Y K H S L
Decimal 105 102 63 0 0.03 0.4 0.59 55.71 0.25 0.33
Hex 69 66 3F 0 3 28 3B 38 19 21
Octal 151 146 77 0 3 50 73 70 31 41
Binary 1101001 1100110 111111 0 11 101000 111011 111000 11001 100001

Color Harmonies of #69663F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69663F

Black with #69663F

Text Example


Text Example

White with #69663F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69663F; }

 p { color: rgb(105,102,63); }

 H1.HeaderClassName
 {
   color: #69663F;
 }
 .AnyTagClassName
 {
   color: #69663F;
 }
</style>

background-color css

<style>
 a { background-color: #69663F; }

 a { background-color: rgb(105,102,63); }

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

border-color css

<style>
 span { border-color: #69663F; }

 span { border-color: rgb(105,102,63); }

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