Html Css Color HEX #6B4525 Semi-Sweet Chocolate

📋 copy color: '#6B4525'

red 107 ◦ green 69 ◦ blue 37

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

Shades of Semi-Sweet Chocolate #6B4525

Tints of Semi-Sweet Chocolate #6B4525

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.39%

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

R = 50.23%
G = 32.39%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.58

RGB Variations

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

Color information

#6B4525 (or 0x6B4525) is known color: Semi-Sweet Chocolate. HEX triplet: 6B, 45 and 25. RGB value is (107,69,37). Sum of RGB (Red+Green+Blue) = 107+69+37=213 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.23% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4525 is #94BADA. Grayscale: #4C4C4C. Windows color (decimal): -9747163 or 2442603. OLE color: 2442603.

HSL color Cylindrical-coordinate representation of color #6B4525: hue angle of 27.43º 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 #6B4525 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 69 37 -
CMYK 0 0.36 0.65 0.58
HSL 27.43º 0.49% 0.28% -
HSV(B) 27.43º 0.65% 0.42% -
XYZ 8.53 7.52 2.75 -
YUV 76.71 105.59 149.6 -
System Red Green Blue C M Y K H S L
Decimal 107 69 37 0 0.36 0.65 0.58 27.43 0.49 0.28
Hex 6B 45 25 0 24 41 3A 1B 31 1C
Octal 153 105 45 0 44 101 72 33 61 34
Binary 1101011 1000101 100101 0 100100 1000001 111010 11011 110001 11100

Color Harmonies of #6B4525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4525

Black with #6B4525

Text Example


Text Example

White with #6B4525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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