Html Css Color HEX #693B24 New Amber

📋 copy color: '#693B24'

red 105 ◦ green 59 ◦ blue 36

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

Shades of New Amber #693B24

Tints of New Amber #693B24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 18%

R = 52.5%
G = 29.5%
B = 18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#693B24 (or 0x693B24) is known color: New Amber. HEX triplet: 69, 3B and 24. RGB value is (105,59,36). Sum of RGB (Red+Green+Blue) = 105+59+36=200 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.5% from 200); Green value is 59 (23.44% from 255 or 29.5% from 200); Blue value is 36 (14.45% from 255 or 18% from 200); Max value from RGB is 105 - color contains mainly: red. Hex color #693B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693B24 is #96C4DB. Grayscale: #464646. Windows color (decimal): -9880796 or 2374505. OLE color: 2374505.

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

Color convert

RGB 105 59 36 -
CMYK 0 0.44 0.66 0.59
HSL 20º 0.49% 0.28% -
HSV(B) 20º 0.66% 0.41% -
XYZ 7.71 6.26 2.47 -
YUV 70.13 108.74 152.87 -
System Red Green Blue C M Y K H S L
Decimal 105 59 36 0 0.44 0.66 0.59 20 0.49 0.28
Hex 69 3B 24 0 2C 42 3B 14 31 1C
Octal 151 73 44 0 54 102 73 24 61 34
Binary 1101001 111011 100100 0 101100 1000010 111011 10100 110001 11100

Color Harmonies of #693B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693B24

Black with #693B24

Text Example


Text Example

White with #693B24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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