Html Css Color HEX #693520 New Amber

📋 copy color: '#693520'

red 105 ◦ green 53 ◦ blue 32

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

Shades of New Amber #693520

Tints of New Amber #693520

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.89%

 BLUE value IS 32 (12.89% from 255) = 16.84%

R = 55.26%
G = 27.89%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#693520 (or 0x693520) is known color: New Amber. HEX triplet: 69, 35 and 20. RGB value is (105,53,32). Sum of RGB (Red+Green+Blue) = 105+53+32=190 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.26% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 105 - color contains mainly: red. Hex color #693520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693520 is #96CADF. Grayscale: #424242. Windows color (decimal): -9882336 or 2110825. OLE color: 2110825.

HSL color Cylindrical-coordinate representation of color #693520: hue angle of 17.26º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #693520 is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 53 32 -
CMYK 0 0.50 0.70 0.59
HSL 17.26º 0.53% 0.27% -
HSV(B) 17.26º 0.7% 0.41% -
XYZ 7.36 5.65 2.07 -
YUV 66.15 108.73 155.71 -
System Red Green Blue C M Y K H S L
Decimal 105 53 32 0 0.50 0.70 0.59 17.26 0.53 0.27
Hex 69 35 20 0 32 46 3B 11 35 1B
Octal 151 65 40 0 62 106 73 21 65 33
Binary 1101001 110101 100000 0 110010 1000110 111011 10001 110101 11011

Color Harmonies of #693520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693520

Black with #693520

Text Example


Text Example

White with #693520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693520; }

 p { color: rgb(105,53,32); }

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

background-color css

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

 a { background-color: rgb(105,53,32); }

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

border-color css

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

 span { border-color: rgb(105,53,32); }

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