Html Css Color HEX #6B3A23 New Amber

📋 copy color: '#6B3A23'

red 107 ◦ green 58 ◦ blue 35

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

Shades of New Amber #6B3A23

Tints of New Amber #6B3A23

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29%

 BLUE value IS 35 (14.06% from 255) = 17.5%

R = 53.5%
G = 29%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.58

RGB Variations

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

Color information

#6B3A23 (or 0x6B3A23) is known color: New Amber. HEX triplet: 6B, 3A and 23. RGB value is (107,58,35). Sum of RGB (Red+Green+Blue) = 107+58+35=200 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.5% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 35 (14.06% from 255 or 17.5% from 200); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3A23 is #94C5DC. Grayscale: #464646. Windows color (decimal): -9749981 or 2308715. OLE color: 2308715.

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

Color convert

RGB 107 58 35 -
CMYK 0 0.46 0.67 0.58
HSL 19.17º 0.51% 0.28% -
HSV(B) 19.17º 0.67% 0.42% -
XYZ 7.88 6.27 2.39 -
YUV 70.03 108.23 154.37 -
System Red Green Blue C M Y K H S L
Decimal 107 58 35 0 0.46 0.67 0.58 19.17 0.51 0.28
Hex 6B 3A 23 0 2E 43 3A 13 33 1C
Octal 153 72 43 0 56 103 72 23 63 34
Binary 1101011 111010 100011 0 101110 1000011 111010 10011 110011 11100

Color Harmonies of #6B3A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3A23

Black with #6B3A23

Text Example


Text Example

White with #6B3A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,58,35); }

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

background-color css

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

 a { background-color: rgb(107,58,35); }

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

border-color css

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

 span { border-color: rgb(107,58,35); }

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