Html Css Color HEX #693619 New Amber

📋 copy color: '#693619'

red 105 ◦ green 54 ◦ blue 25

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

Shades of New Amber #693619

Tints of New Amber #693619

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.35%

 BLUE value IS 25 (10.16% from 255) = 13.59%

R = 57.07%
G = 29.35%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#693619 (or 0x693619) is known color: New Amber. HEX triplet: 69, 36 and 19. RGB value is (105,54,25). Sum of RGB (Red+Green+Blue) = 105+54+25=184 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.07% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 25 (10.16% from 255 or 13.59% from 184); Max value from RGB is 105 - color contains mainly: red. Hex color #693619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693619 is #96C9E6. Grayscale: #424242. Windows color (decimal): -9882087 or 1652329. OLE color: 1652329.

HSL color Cylindrical-coordinate representation of color #693619: hue angle of 21.75º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #693619 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 54 25 -
CMYK 0 0.49 0.76 0.59
HSL 21.75º 0.62% 0.25% -
HSV(B) 21.75º 0.76% 0.41% -
XYZ 7.32 5.71 1.64 -
YUV 65.94 104.9 155.86 -
System Red Green Blue C M Y K H S L
Decimal 105 54 25 0 0.49 0.76 0.59 21.75 0.62 0.25
Hex 69 36 19 0 31 4C 3B 16 3E 19
Octal 151 66 31 0 61 114 73 26 76 31
Binary 1101001 110110 11001 0 110001 1001100 111011 10110 111110 11001

Color Harmonies of #693619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693619

Black with #693619

Text Example


Text Example

White with #693619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693619; }

 p { color: rgb(105,54,25); }

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

background-color css

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

 a { background-color: rgb(105,54,25); }

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

border-color css

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

 span { border-color: rgb(105,54,25); }

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