Html Css Color HEX #693420 New Amber

📋 copy color: '#693420'

red 105 ◦ green 52 ◦ blue 32

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

Shades of New Amber #693420

Tints of New Amber #693420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.51%

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

R = 55.56%
G = 27.51%
B = 16.93%

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

#693420 (or 0x693420) is known color: New Amber. HEX triplet: 69, 34 and 20. RGB value is (105,52,32). Sum of RGB (Red+Green+Blue) = 105+52+32=189 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.56% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 105 - color contains mainly: red. Hex color #693420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693420 is #96CBDF. Grayscale: #414141. Windows color (decimal): -9882592 or 2110569. OLE color: 2110569.

HSL color Cylindrical-coordinate representation of color #693420: hue angle of 16.44º 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 #693420 is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 52 32 -
CMYK 0 0.50 0.70 0.59
HSL 16.44º 0.53% 0.27% -
HSV(B) 16.44º 0.7% 0.41% -
XYZ 7.31 5.56 2.05 -
YUV 65.57 109.06 156.13 -
System Red Green Blue C M Y K H S L
Decimal 105 52 32 0 0.50 0.70 0.59 16.44 0.53 0.27
Hex 69 34 20 0 32 46 3B 10 35 1B
Octal 151 64 40 0 62 106 73 20 65 33
Binary 1101001 110100 100000 0 110010 1000110 111011 10000 110101 11011

Color Harmonies of #693420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693420

Black with #693420

Text Example


Text Example

White with #693420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693420; }

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

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

background-color css

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

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

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

border-color css

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

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

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