Html Css Color HEX #6B331B New Amber

📋 copy color: '#6B331B'

red 107 ◦ green 51 ◦ blue 27

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

Shades of New Amber #6B331B

Tints of New Amber #6B331B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.57%

 BLUE value IS 27 (10.94% from 255) = 14.59%

R = 57.84%
G = 27.57%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.58

RGB Variations

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

Color information

#6B331B (or 0x6B331B) is known color: New Amber. HEX triplet: 6B, 33 and 1B. RGB value is (107,51,27). Sum of RGB (Red+Green+Blue) = 107+51+27=185 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.84% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 27 (10.94% from 255 or 14.59% from 185); Max value from RGB is 107 - color contains mainly: red. Hex color #6B331B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B331B is #94CCE4. Grayscale: #414141. Windows color (decimal): -9751781 or 1782635. OLE color: 1782635.

HSL color Cylindrical-coordinate representation of color #6B331B: hue angle of 18º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B331B is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 51 27 -
CMYK 0 0.52 0.75 0.58
HSL 18º 0.6% 0.26% -
HSV(B) 18º 0.75% 0.42% -
XYZ 7.45 5.57 1.72 -
YUV 65.01 106.55 157.95 -
System Red Green Blue C M Y K H S L
Decimal 107 51 27 0 0.52 0.75 0.58 18 0.6 0.26
Hex 6B 33 1B 0 34 4B 3A 12 3C 1A
Octal 153 63 33 0 64 113 72 22 74 32
Binary 1101011 110011 11011 0 110100 1001011 111010 10010 111100 11010

Color Harmonies of #6B331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B331B

Black with #6B331B

Text Example


Text Example

White with #6B331B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,51,27); }

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

background-color css

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

 a { background-color: rgb(107,51,27); }

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

border-color css

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

 span { border-color: rgb(107,51,27); }

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