Html Css Color HEX #693821 New Amber

📋 copy color: '#693821'

red 105 ◦ green 56 ◦ blue 33

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

Shades of New Amber #693821

Tints of New Amber #693821

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.87%

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

R = 54.12%
G = 28.87%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#693821 (or 0x693821) is known color: New Amber. HEX triplet: 69, 38 and 21. RGB value is (105,56,33). Sum of RGB (Red+Green+Blue) = 105+56+33=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #693821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693821 is #96C7DE. Grayscale: #444444. Windows color (decimal): -9881567 or 2177129. OLE color: 2177129.

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

Color convert

RGB 105 56 33 -
CMYK 0 0.47 0.69 0.59
HSL 19.17º 0.52% 0.27% -
HSV(B) 19.17º 0.69% 0.41% -
XYZ 7.51 5.94 2.19 -
YUV 68.03 108.23 154.37 -
System Red Green Blue C M Y K H S L
Decimal 105 56 33 0 0.47 0.69 0.59 19.17 0.52 0.27
Hex 69 38 21 0 2F 45 3B 13 34 1B
Octal 151 70 41 0 57 105 73 23 64 33
Binary 1101001 111000 100001 0 101111 1000101 111011 10011 110100 11011

Color Harmonies of #693821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693821

Black with #693821

Text Example


Text Example

White with #693821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693821; }

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

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

background-color css

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

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

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

border-color css

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

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

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