Html Css Color HEX #693D28 New Amber

📋 copy color: '#693D28'

red 105 ◦ green 61 ◦ blue 40

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

Shades of New Amber #693D28

Tints of New Amber #693D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.42%

R = 50.97%
G = 29.61%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#693D28 (or 0x693D28) is known color: New Amber. HEX triplet: 69, 3D and 28. RGB value is (105,61,40). Sum of RGB (Red+Green+Blue) = 105+61+40=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #693D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693D28 is #96C2D7. Grayscale: #474747. Windows color (decimal): -9880280 or 2637161. OLE color: 2637161.

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

Color convert

RGB 105 61 40 -
CMYK 0 0.42 0.62 0.59
HSL 19.38º 0.45% 0.28% -
HSV(B) 19.38º 0.62% 0.41% -
XYZ 7.88 6.49 2.85 -
YUV 71.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 105 61 40 0 0.42 0.62 0.59 19.38 0.45 0.28
Hex 69 3D 28 0 2A 3E 3B 13 2D 1C
Octal 151 75 50 0 52 76 73 23 55 34
Binary 1101001 111101 101000 0 101010 111110 111011 10011 101101 11100

Color Harmonies of #693D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693D28

Black with #693D28

Text Example


Text Example

White with #693D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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