Html Css Color HEX #693B21 New Amber

📋 copy color: '#693B21'

red 105 ◦ green 59 ◦ blue 33

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

Shades of New Amber #693B21

Tints of New Amber #693B21

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.95%

 BLUE value IS 33 (13.28% from 255) = 16.75%

R = 53.3%
G = 29.95%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#693B21 (or 0x693B21) is known color: New Amber. HEX triplet: 69, 3B and 21. RGB value is (105,59,33). Sum of RGB (Red+Green+Blue) = 105+59+33=197 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.30% from 197); Green value is 59 (23.44% from 255 or 29.95% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 105 - color contains mainly: red. Hex color #693B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693B21 is #96C4DE. Grayscale: #454545. Windows color (decimal): -9880799 or 2177897. OLE color: 2177897.

HSL color Cylindrical-coordinate representation of color #693B21: hue angle of 21.67º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #693B21 is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 59 33 -
CMYK 0 0.44 0.69 0.59
HSL 21.67º 0.52% 0.27% -
HSV(B) 21.67º 0.69% 0.41% -
XYZ 7.66 6.24 2.24 -
YUV 69.79 107.24 153.11 -
System Red Green Blue C M Y K H S L
Decimal 105 59 33 0 0.44 0.69 0.59 21.67 0.52 0.27
Hex 69 3B 21 0 2C 45 3B 16 34 1B
Octal 151 73 41 0 54 105 73 26 64 33
Binary 1101001 111011 100001 0 101100 1000101 111011 10110 110100 11011

Color Harmonies of #693B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693B21

Black with #693B21

Text Example


Text Example

White with #693B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693B21; }

 p { color: rgb(105,59,33); }

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

background-color css

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

 a { background-color: rgb(105,59,33); }

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

border-color css

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

 span { border-color: rgb(105,59,33); }

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