Html Css Color HEX #6B5D38 Yellow Metal

📋 copy color: '#6B5D38'

red 107 ◦ green 93 ◦ blue 56

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

Shades of Yellow Metal #6B5D38

Tints of Yellow Metal #6B5D38

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.33%

 BLUE value IS 56 (22.27% from 255) = 21.88%

R = 41.8%
G = 36.33%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.58

RGB Variations

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

Color information

#6B5D38 (or 0x6B5D38) is known color: Yellow Metal. HEX triplet: 6B, 5D and 38. RGB value is (107,93,56). Sum of RGB (Red+Green+Blue) = 107+93+56=256 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.80% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 56 (22.27% from 255 or 21.88% from 256); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5D38 is #94A2C7. Grayscale: #5D5D5D. Windows color (decimal): -9741000 or 3693931. OLE color: 3693931.

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

Color convert

RGB 107 93 56 -
CMYK 0 0.13 0.48 0.58
HSL 43.53º 0.31% 0.32% -
HSV(B) 43.53º 0.48% 0.42% -
XYZ 10.69 11.24 5.35 -
YUV 92.97 107.14 138.01 -
System Red Green Blue C M Y K H S L
Decimal 107 93 56 0 0.13 0.48 0.58 43.53 0.31 0.32
Hex 6B 5D 38 0 D 30 3A 2C 1F 20
Octal 153 135 70 0 15 60 72 54 37 40
Binary 1101011 1011101 111000 0 1101 110000 111010 101100 11111 100000

Color Harmonies of #6B5D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5D38

Black with #6B5D38

Text Example


Text Example

White with #6B5D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,93,56); }

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

background-color css

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

 a { background-color: rgb(107,93,56); }

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

border-color css

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

 span { border-color: rgb(107,93,56); }

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