Html Css Color HEX #693920 New Amber

📋 copy color: '#693920'

red 105 ◦ green 57 ◦ blue 32

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

Shades of New Amber #693920

Tints of New Amber #693920

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.38%

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

R = 54.12%
G = 29.38%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#693920 (or 0x693920) is known color: New Amber. HEX triplet: 69, 39 and 20. RGB value is (105,57,32). Sum of RGB (Red+Green+Blue) = 105+57+32=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #693920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693920 is #96C6DF. Grayscale: #444444. Windows color (decimal): -9881312 or 2111849. OLE color: 2111849.

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

Color convert

RGB 105 57 32 -
CMYK 0 0.46 0.70 0.59
HSL 20.55º 0.53% 0.27% -
HSV(B) 20.55º 0.7% 0.41% -
XYZ 7.55 6.03 2.13 -
YUV 68.5 107.4 154.03 -
System Red Green Blue C M Y K H S L
Decimal 105 57 32 0 0.46 0.70 0.59 20.55 0.53 0.27
Hex 69 39 20 0 2E 46 3B 15 35 1B
Octal 151 71 40 0 56 106 73 25 65 33
Binary 1101001 111001 100000 0 101110 1000110 111011 10101 110101 11011

Color Harmonies of #693920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693920

Black with #693920

Text Example


Text Example

White with #693920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693920; }

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

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

background-color css

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

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

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

border-color css

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

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

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