Html Css Color HEX #693C21 New Amber

📋 copy color: '#693C21'

red 105 ◦ green 60 ◦ blue 33

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

Shades of New Amber #693C21

Tints of New Amber #693C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.67%

R = 53.03%
G = 30.3%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#693C21 (or 0x693C21) is known color: New Amber. HEX triplet: 69, 3C and 21. RGB value is (105,60,33). Sum of RGB (Red+Green+Blue) = 105+60+33=198 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.03% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 33 (13.28% from 255 or 16.67% from 198); Max value from RGB is 105 - color contains mainly: red. Hex color #693C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693C21 is #96C3DE. Grayscale: #464646. Windows color (decimal): -9880543 or 2178153. OLE color: 2178153.

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

Color convert

RGB 105 60 33 -
CMYK 0 0.43 0.69 0.59
HSL 22.5º 0.52% 0.27% -
HSV(B) 22.5º 0.69% 0.41% -
XYZ 7.72 6.34 2.26 -
YUV 70.38 106.91 152.7 -
System Red Green Blue C M Y K H S L
Decimal 105 60 33 0 0.43 0.69 0.59 22.5 0.52 0.27
Hex 69 3C 21 0 2B 45 3B 16 34 1B
Octal 151 74 41 0 53 105 73 26 64 33
Binary 1101001 111100 100001 0 101011 1000101 111011 10110 110100 11011

Color Harmonies of #693C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693C21

Black with #693C21

Text Example


Text Example

White with #693C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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