Html Css Color HEX #683B1E New Amber

📋 copy color: '#683B1E'

red 104 ◦ green 59 ◦ blue 30

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

Shades of New Amber #683B1E

Tints of New Amber #683B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.54%

R = 53.89%
G = 30.57%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.59

RGB Variations

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

Color information

#683B1E (or 0x683B1E) is known color: New Amber. HEX triplet: 68, 3B and 1E. RGB value is (104,59,30). Sum of RGB (Red+Green+Blue) = 104+59+30=193 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.89% from 193); Green value is 59 (23.44% from 255 or 30.57% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 104 - color contains mainly: red. Hex color #683B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683B1E is #97C4E1. Grayscale: #454545. Windows color (decimal): -9946338 or 1981288. OLE color: 1981288.

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

Color convert

RGB 104 59 30 -
CMYK 0 0.43 0.71 0.59
HSL 23.51º 0.55% 0.26% -
HSV(B) 23.51º 0.71% 0.41% -
XYZ 7.51 6.16 2.02 -
YUV 69.15 105.91 152.86 -
System Red Green Blue C M Y K H S L
Decimal 104 59 30 0 0.43 0.71 0.59 23.51 0.55 0.26
Hex 68 3B 1E 0 2B 47 3B 18 37 1A
Octal 150 73 36 0 53 107 73 30 67 32
Binary 1101000 111011 11110 0 101011 1000111 111011 11000 110111 11010

Color Harmonies of #683B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683B1E

Black with #683B1E

Text Example


Text Example

White with #683B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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