Html Css Color HEX #693C27 New Amber

📋 copy color: '#693C27'

red 105 ◦ green 60 ◦ blue 39

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

Shades of New Amber #693C27

Tints of New Amber #693C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 19.12%

R = 51.47%
G = 29.41%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.59

RGB Variations

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

Color information

#693C27 (or 0x693C27) is known color: New Amber. HEX triplet: 69, 3C and 27. RGB value is (105,60,39). Sum of RGB (Red+Green+Blue) = 105+60+39=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 39 (15.62% from 255 or 19.12% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #693C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693C27 is #96C3D8. Grayscale: #474747. Windows color (decimal): -9880537 or 2571369. OLE color: 2571369.

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

Color convert

RGB 105 60 39 -
CMYK 0 0.43 0.63 0.59
HSL 19.09º 0.46% 0.28% -
HSV(B) 19.09º 0.63% 0.41% -
XYZ 7.81 6.38 2.74 -
YUV 71.06 109.91 152.21 -
System Red Green Blue C M Y K H S L
Decimal 105 60 39 0 0.43 0.63 0.59 19.09 0.46 0.28
Hex 69 3C 27 0 2B 3F 3B 13 2E 1C
Octal 151 74 47 0 53 77 73 23 56 34
Binary 1101001 111100 100111 0 101011 111111 111011 10011 101110 11100

Color Harmonies of #693C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693C27

Black with #693C27

Text Example


Text Example

White with #693C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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