Html Css Color HEX #6B380B Baker's Chocolate

📋 copy color: '#6B380B'

red 107 ◦ green 56 ◦ blue 11

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

Shades of Baker's Chocolate #6B380B

Tints of Baker's Chocolate #6B380B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.18%

 BLUE value IS 11 (4.69% from 255) = 6.32%

R = 61.49%
G = 32.18%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.58

RGB Variations

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

Color information

#6B380B (or 0x6B380B) is known color: Baker's Chocolate. HEX triplet: 6B, 38 and 0B. RGB value is (107,56,11). Sum of RGB (Red+Green+Blue) = 107+56+11=174 (23% of max value = 765). Red value is 107 (42.19% from 255 or 61.49% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 107 - color contains mainly: red. Hex color #6B380B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B380B is #94C7F4. Grayscale: #424242. Windows color (decimal): -9750517 or 735339. OLE color: 735339.

HSL color Cylindrical-coordinate representation of color #6B380B: hue angle of 28.12º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B380B is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 56 11 -
CMYK 0 0.48 0.90 0.58
HSL 28.13º 0.81% 0.23% -
HSV(B) 28.13º 0.9% 0.42% -
XYZ 7.54 5.98 1.07 -
YUV 66.12 96.9 157.16 -
System Red Green Blue C M Y K H S L
Decimal 107 56 11 0 0.48 0.90 0.58 28.13 0.81 0.23
Hex 6B 38 B 0 30 5A 3A 1C 51 17
Octal 153 70 13 0 60 132 72 34 121 27
Binary 1101011 111000 1011 0 110000 1011010 111010 11100 1010001 10111

Color Harmonies of #6B380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B380B

Black with #6B380B

Text Example


Text Example

White with #6B380B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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