Html Css Color HEX #693C29 New Amber

📋 copy color: '#693C29'

red 105 ◦ green 60 ◦ blue 41

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

Shades of New Amber #693C29

Tints of New Amber #693C29

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.13%

 BLUE value IS 41 (16.41% from 255) = 19.9%

R = 50.97%
G = 29.13%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#693C29 (or 0x693C29) is known color: New Amber. HEX triplet: 69, 3C and 29. RGB value is (105,60,41). Sum of RGB (Red+Green+Blue) = 105+60+41=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #693C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693C29 is #96C3D6. Grayscale: #474747. Windows color (decimal): -9880535 or 2702441. OLE color: 2702441.

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

Color convert

RGB 105 60 41 -
CMYK 0 0.43 0.61 0.59
HSL 17.81º 0.44% 0.29% -
HSV(B) 17.81º 0.61% 0.41% -
XYZ 7.84 6.4 2.92 -
YUV 71.29 110.91 152.04 -
System Red Green Blue C M Y K H S L
Decimal 105 60 41 0 0.43 0.61 0.59 17.81 0.44 0.29
Hex 69 3C 29 0 2B 3D 3B 12 2C 1D
Octal 151 74 51 0 53 75 73 22 54 35
Binary 1101001 111100 101001 0 101011 111101 111011 10010 101100 11101

Color Harmonies of #693C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693C29

Black with #693C29

Text Example


Text Example

White with #693C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,60,41); }

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

background-color css

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

 a { background-color: rgb(105,60,41); }

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

border-color css

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

 span { border-color: rgb(105,60,41); }

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