Html Css Color HEX #693C23 New Amber

📋 copy color: '#693C23'

red 105 ◦ green 60 ◦ blue 35

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

Shades of New Amber #693C23

Tints of New Amber #693C23

RGB

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

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

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

R = 52.5%
G = 30%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.59

RGB Variations

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

Color information

#693C23 (or 0x693C23) is known color: New Amber. HEX triplet: 69, 3C and 23. RGB value is (105,60,35). Sum of RGB (Red+Green+Blue) = 105+60+35=200 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.5% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 35 (14.06% from 255 or 17.5% from 200); Max value from RGB is 105 - color contains mainly: red. Hex color #693C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693C23 is #96C3DC. Grayscale: #464646. Windows color (decimal): -9880541 or 2309225. OLE color: 2309225.

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

Color convert

RGB 105 60 35 -
CMYK 0 0.43 0.67 0.59
HSL 21.43º 0.5% 0.27% -
HSV(B) 21.43º 0.67% 0.41% -
XYZ 7.74 6.36 2.41 -
YUV 70.61 107.91 152.53 -
System Red Green Blue C M Y K H S L
Decimal 105 60 35 0 0.43 0.67 0.59 21.43 0.5 0.27
Hex 69 3C 23 0 2B 43 3B 15 32 1B
Octal 151 74 43 0 53 103 73 25 62 33
Binary 1101001 111100 100011 0 101011 1000011 111011 10101 110010 11011

Color Harmonies of #693C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693C23

Black with #693C23

Text Example


Text Example

White with #693C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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