Html Css Color HEX #6B3925 New Amber

📋 copy color: '#6B3925'

red 107 ◦ green 57 ◦ blue 37

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

Shades of New Amber #6B3925

Tints of New Amber #6B3925

RGB

 RED value IS 107 (42.19% from 255) = 53.23%

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

 BLUE value IS 37 (14.84% from 255) = 18.41%

R = 53.23%
G = 28.36%
B = 18.41%

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

#6B3925 (or 0x6B3925) is known color: New Amber. HEX triplet: 6B, 39 and 25. RGB value is (107,57,37). Sum of RGB (Red+Green+Blue) = 107+57+37=201 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.23% from 201); Green value is 57 (22.66% from 255 or 28.36% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3925 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3925 is #94C6DA. Grayscale: #454545. Windows color (decimal): -9750235 or 2439531. OLE color: 2439531.

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

Color convert

RGB 107 57 37 -
CMYK 0 0.47 0.65 0.58
HSL 17.14º 0.49% 0.28% -
HSV(B) 17.14º 0.65% 0.42% -
XYZ 7.86 6.19 2.53 -
YUV 69.67 109.57 154.63 -
System Red Green Blue C M Y K H S L
Decimal 107 57 37 0 0.47 0.65 0.58 17.14 0.49 0.28
Hex 6B 39 25 0 2F 41 3A 11 31 1C
Octal 153 71 45 0 57 101 72 21 61 34
Binary 1101011 111001 100101 0 101111 1000001 111010 10001 110001 11100

Color Harmonies of #6B3925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3925

Black with #6B3925

Text Example


Text Example

White with #6B3925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,57,37); }

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

background-color css

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

 a { background-color: rgb(107,57,37); }

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

border-color css

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

 span { border-color: rgb(107,57,37); }

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