Html Css Color HEX #693A23 New Amber

📋 copy color: '#693A23'

red 105 ◦ green 58 ◦ blue 35

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

Shades of New Amber #693A23

Tints of New Amber #693A23

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.29%

 BLUE value IS 35 (14.06% from 255) = 17.68%

R = 53.03%
G = 29.29%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.59

RGB Variations

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

Color information

#693A23 (or 0x693A23) is known color: New Amber. HEX triplet: 69, 3A and 23. RGB value is (105,58,35). Sum of RGB (Red+Green+Blue) = 105+58+35=198 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.03% from 198); Green value is 58 (23.05% from 255 or 29.29% from 198); Blue value is 35 (14.06% from 255 or 17.68% from 198); Max value from RGB is 105 - color contains mainly: red. Hex color #693A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693A23 is #96C5DC. Grayscale: #454545. Windows color (decimal): -9881053 or 2308713. OLE color: 2308713.

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

Color convert

RGB 105 58 35 -
CMYK 0 0.45 0.67 0.59
HSL 19.71º 0.5% 0.27% -
HSV(B) 19.71º 0.67% 0.41% -
XYZ 7.64 6.15 2.37 -
YUV 69.43 108.57 153.37 -
System Red Green Blue C M Y K H S L
Decimal 105 58 35 0 0.45 0.67 0.59 19.71 0.5 0.27
Hex 69 3A 23 0 2D 43 3B 14 32 1B
Octal 151 72 43 0 55 103 73 24 62 33
Binary 1101001 111010 100011 0 101101 1000011 111011 10100 110010 11011

Color Harmonies of #693A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693A23

Black with #693A23

Text Example


Text Example

White with #693A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,58,35); }

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

background-color css

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

 a { background-color: rgb(105,58,35); }

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

border-color css

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

 span { border-color: rgb(105,58,35); }

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