Html Css Color HEX #6C3926 New Amber

📋 copy color: '#6C3926'

red 108 ◦ green 57 ◦ blue 38

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

Shades of New Amber #6C3926

Tints of New Amber #6C3926

RGB

 RED value IS 108 (42.58% from 255) = 53.2%

 GREEN value IS 57 (22.66% from 255) = 28.08%

 BLUE value IS 38 (15.23% from 255) = 18.72%

R = 53.2%
G = 28.08%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.58

RGB Variations

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

Color information

#6C3926 (or 0x6C3926) is known color: New Amber. HEX triplet: 6C, 39 and 26. RGB value is (108,57,38). Sum of RGB (Red+Green+Blue) = 108+57+38=203 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.20% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 38 (15.23% from 255 or 18.72% from 203); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3926 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3926 is #93C6D9. Grayscale: #464646. Windows color (decimal): -9684698 or 2505068. OLE color: 2505068.

HSL color Cylindrical-coordinate representation of color #6C3926: hue angle of 16.29º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C3926 is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 57 38 -
CMYK 0 0.47 0.65 0.58
HSL 16.29º 0.48% 0.29% -
HSV(B) 16.29º 0.65% 0.42% -
XYZ 8 6.25 2.62 -
YUV 70.08 109.9 155.04 -
System Red Green Blue C M Y K H S L
Decimal 108 57 38 0 0.47 0.65 0.58 16.29 0.48 0.29
Hex 6C 39 26 0 2F 41 3A 10 30 1D
Octal 154 71 46 0 57 101 72 20 60 35
Binary 1101100 111001 100110 0 101111 1000001 111010 10000 110000 11101

Color Harmonies of #6C3926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3926

Black with #6C3926

Text Example


Text Example

White with #6C3926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C3926; }

 p { color: rgb(108,57,38); }

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

background-color css

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

 a { background-color: rgb(108,57,38); }

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

border-color css

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

 span { border-color: rgb(108,57,38); }

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