Html Css Color HEX #683B1F New Amber

📋 copy color: '#683B1F'

red 104 ◦ green 59 ◦ blue 31

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

Shades of New Amber #683B1F

Tints of New Amber #683B1F

RGB

 RED value IS 104 (41.02% from 255) = 53.61%

 GREEN value IS 59 (23.44% from 255) = 30.41%

 BLUE value IS 31 (12.5% from 255) = 15.98%

R = 53.61%
G = 30.41%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#683B1F (or 0x683B1F) is known color: New Amber. HEX triplet: 68, 3B and 1F. RGB value is (104,59,31). Sum of RGB (Red+Green+Blue) = 104+59+31=194 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.61% from 194); Green value is 59 (23.44% from 255 or 30.41% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 104 - color contains mainly: red. Hex color #683B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683B1F is #97C4E0. Grayscale: #454545. Windows color (decimal): -9946337 or 2046824. OLE color: 2046824.

HSL color Cylindrical-coordinate representation of color #683B1F: hue angle of 23.01º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #683B1F is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 59 31 -
CMYK 0 0.43 0.70 0.59
HSL 23.01º 0.54% 0.26% -
HSV(B) 23.01º 0.7% 0.41% -
XYZ 7.52 6.17 2.09 -
YUV 69.26 106.41 152.78 -
System Red Green Blue C M Y K H S L
Decimal 104 59 31 0 0.43 0.70 0.59 23.01 0.54 0.26
Hex 68 3B 1F 0 2B 46 3B 17 36 1A
Octal 150 73 37 0 53 106 73 27 66 32
Binary 1101000 111011 11111 0 101011 1000110 111011 10111 110110 11010

Color Harmonies of #683B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683B1F

Black with #683B1F

Text Example


Text Example

White with #683B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683B1F; }

 p { color: rgb(104,59,31); }

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

background-color css

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

 a { background-color: rgb(104,59,31); }

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

border-color css

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

 span { border-color: rgb(104,59,31); }

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