Html Css Color HEX #6B3500 Baker's Chocolate

📋 copy color: '#6B3500'

red 107 ◦ green 53 ◦ blue 0

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

Shades of Baker's Chocolate #6B3500

Tints of Baker's Chocolate #6B3500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.13%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.88%
G = 33.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.58

RGB Variations

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

Color information

#6B3500 (or 0x6B3500) is known color: Baker's Chocolate. HEX triplet: 6B, 35 and 00. RGB value is (107,53,0). Sum of RGB (Red+Green+Blue) = 107+53+0=160 (21% of max value = 765). Red value is 107 (42.19% from 255 or 66.88% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3500 is #94CAFF. Grayscale: #3F3F3F. Windows color (decimal): -9751296 or 13675. OLE color: 13675.

HSL color Cylindrical-coordinate representation of color #6B3500: hue angle of 29.72º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B3500 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 53 0 -
CMYK 0 0.50 1 0.58
HSL 29.72º 1% 0.21% -
HSV(B) 29.72º 1% 0.42% -
XYZ 7.34 5.67 0.71 -
YUV 63.1 92.39 159.31 -
System Red Green Blue C M Y K H S L
Decimal 107 53 0 0 0.50 1 0.58 29.72 1 0.21
Hex 6B 35 0 0 32 64 3A 1E 64 15
Octal 153 65 0 0 62 144 72 36 144 25
Binary 1101011 110101 0 0 110010 1100100 111010 11110 1100100 10101

Color Harmonies of #6B3500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3500

Black with #6B3500

Text Example


Text Example

White with #6B3500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,53,0); }

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

background-color css

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

 a { background-color: rgb(107,53,0); }

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

border-color css

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

 span { border-color: rgb(107,53,0); }

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