Html Css Color HEX #693921 New Amber

📋 copy color: '#693921'

red 105 ◦ green 57 ◦ blue 33

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

Shades of New Amber #693921

Tints of New Amber #693921

RGB

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

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

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

R = 53.85%
G = 29.23%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#693921 (or 0x693921) is known color: New Amber. HEX triplet: 69, 39 and 21. RGB value is (105,57,33). Sum of RGB (Red+Green+Blue) = 105+57+33=195 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.85% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 105 - color contains mainly: red. Hex color #693921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693921 is #96C6DE. Grayscale: #444444. Windows color (decimal): -9881311 or 2177385. OLE color: 2177385.

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

Color convert

RGB 105 57 33 -
CMYK 0 0.46 0.69 0.59
HSL 20º 0.52% 0.27% -
HSV(B) 20º 0.69% 0.41% -
XYZ 7.56 6.04 2.21 -
YUV 68.62 107.9 153.95 -
System Red Green Blue C M Y K H S L
Decimal 105 57 33 0 0.46 0.69 0.59 20 0.52 0.27
Hex 69 39 21 0 2E 45 3B 14 34 1B
Octal 151 71 41 0 56 105 73 24 64 33
Binary 1101001 111001 100001 0 101110 1000101 111011 10100 110100 11011

Color Harmonies of #693921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693921

Black with #693921

Text Example


Text Example

White with #693921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693921; }

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

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

background-color css

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

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

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

border-color css

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

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

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