Html Css Color HEX #693C22 New Amber

📋 copy color: '#693C22'

red 105 ◦ green 60 ◦ blue 34

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

Shades of New Amber #693C22

Tints of New Amber #693C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 17.09%

R = 52.76%
G = 30.15%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#693C22 (or 0x693C22) is known color: New Amber. HEX triplet: 69, 3C and 22. RGB value is (105,60,34). Sum of RGB (Red+Green+Blue) = 105+60+34=199 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.76% from 199); Green value is 60 (23.83% from 255 or 30.15% from 199); Blue value is 34 (13.67% from 255 or 17.09% from 199); Max value from RGB is 105 - color contains mainly: red. Hex color #693C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693C22 is #96C3DD. Grayscale: #464646. Windows color (decimal): -9880542 or 2243689. OLE color: 2243689.

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

Color convert

RGB 105 60 34 -
CMYK 0 0.43 0.68 0.59
HSL 21.97º 0.51% 0.27% -
HSV(B) 21.97º 0.68% 0.41% -
XYZ 7.73 6.35 2.33 -
YUV 70.49 107.41 152.61 -
System Red Green Blue C M Y K H S L
Decimal 105 60 34 0 0.43 0.68 0.59 21.97 0.51 0.27
Hex 69 3C 22 0 2B 44 3B 16 33 1B
Octal 151 74 42 0 53 104 73 26 63 33
Binary 1101001 111100 100010 0 101011 1000100 111011 10110 110011 11011

Color Harmonies of #693C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693C22

Black with #693C22

Text Example


Text Example

White with #693C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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