Html Css Color HEX #6B3B21 New Amber

📋 copy color: '#6B3B21'

red 107 ◦ green 59 ◦ blue 33

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

Shades of New Amber #6B3B21

Tints of New Amber #6B3B21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.58%

R = 53.77%
G = 29.65%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.58

RGB Variations

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

Color information

#6B3B21 (or 0x6B3B21) is known color: New Amber. HEX triplet: 6B, 3B and 21. RGB value is (107,59,33). Sum of RGB (Red+Green+Blue) = 107+59+33=199 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.77% from 199); Green value is 59 (23.44% from 255 or 29.65% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3B21 is #94C4DE. Grayscale: #464646. Windows color (decimal): -9749727 or 2177899. OLE color: 2177899.

HSL color Cylindrical-coordinate representation of color #6B3B21: hue angle of 21.08º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B3B21 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 59 33 -
CMYK 0 0.45 0.69 0.58
HSL 21.08º 0.53% 0.27% -
HSV(B) 21.08º 0.69% 0.42% -
XYZ 7.9 6.36 2.25 -
YUV 70.39 106.9 154.11 -
System Red Green Blue C M Y K H S L
Decimal 107 59 33 0 0.45 0.69 0.58 21.08 0.53 0.27
Hex 6B 3B 21 0 2D 45 3A 15 35 1B
Octal 153 73 41 0 55 105 72 25 65 33
Binary 1101011 111011 100001 0 101101 1000101 111010 10101 110101 11011

Color Harmonies of #6B3B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3B21

Black with #6B3B21

Text Example


Text Example

White with #6B3B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,59,33); }

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

background-color css

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

 a { background-color: rgb(107,59,33); }

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

border-color css

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

 span { border-color: rgb(107,59,33); }

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