Html Css Color HEX #693D29 New Amber

📋 copy color: '#693D29'

red 105 ◦ green 61 ◦ blue 41

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

Shades of New Amber #693D29

Tints of New Amber #693D29

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.47%

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

R = 50.72%
G = 29.47%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#693D29 (or 0x693D29) is known color: New Amber. HEX triplet: 69, 3D and 29. RGB value is (105,61,41). Sum of RGB (Red+Green+Blue) = 105+61+41=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #693D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693D29 is #96C2D6. Grayscale: #484848. Windows color (decimal): -9880279 or 2702697. OLE color: 2702697.

HSL color Cylindrical-coordinate representation of color #693D29: hue angle of 18.75º 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 #693D29 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 61 41 -
CMYK 0 0.42 0.61 0.59
HSL 18.75º 0.44% 0.29% -
HSV(B) 18.75º 0.61% 0.41% -
XYZ 7.89 6.5 2.94 -
YUV 71.88 110.58 151.63 -
System Red Green Blue C M Y K H S L
Decimal 105 61 41 0 0.42 0.61 0.59 18.75 0.44 0.29
Hex 69 3D 29 0 2A 3D 3B 13 2C 1D
Octal 151 75 51 0 52 75 73 23 54 35
Binary 1101001 111101 101001 0 101010 111101 111011 10011 101100 11101

Color Harmonies of #693D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693D29

Black with #693D29

Text Example


Text Example

White with #693D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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