Html Css Color HEX #693822 New Amber

📋 copy color: '#693822'

red 105 ◦ green 56 ◦ blue 34

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

Shades of New Amber #693822

Tints of New Amber #693822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 17.44%

R = 53.85%
G = 28.72%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#693822 (or 0x693822) is known color: New Amber. HEX triplet: 69, 38 and 22. RGB value is (105,56,34). Sum of RGB (Red+Green+Blue) = 105+56+34=195 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.85% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 34 (13.67% from 255 or 17.44% from 195); Max value from RGB is 105 - color contains mainly: red. Hex color #693822 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693822 is #96C7DD. Grayscale: #444444. Windows color (decimal): -9881566 or 2242665. OLE color: 2242665.

HSL color Cylindrical-coordinate representation of color #693822: hue angle of 18.59º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #693822 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 56 34 -
CMYK 0 0.47 0.68 0.59
HSL 18.59º 0.51% 0.27% -
HSV(B) 18.59º 0.68% 0.41% -
XYZ 7.53 5.95 2.26 -
YUV 68.14 108.73 154.29 -
System Red Green Blue C M Y K H S L
Decimal 105 56 34 0 0.47 0.68 0.59 18.59 0.51 0.27
Hex 69 38 22 0 2F 44 3B 13 33 1B
Octal 151 70 42 0 57 104 73 23 63 33
Binary 1101001 111000 100010 0 101111 1000100 111011 10011 110011 11011

Color Harmonies of #693822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693822

Black with #693822

Text Example


Text Example

White with #693822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693822; }

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

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

background-color css

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

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

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

border-color css

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

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

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