Html Css Color HEX #6C380B Baker's Chocolate

📋 copy color: '#6C380B'

red 108 ◦ green 56 ◦ blue 11

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

Shades of Baker's Chocolate #6C380B

Tints of Baker's Chocolate #6C380B

RGB

 RED value IS 108 (42.58% from 255) = 61.71%

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

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

R = 61.71%
G = 32%
B = 6.29%

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

#6C380B (or 0x6C380B) is known color: Baker's Chocolate. HEX triplet: 6C, 38 and 0B. RGB value is (108,56,11). Sum of RGB (Red+Green+Blue) = 108+56+11=175 (23% of max value = 765). Red value is 108 (42.58% from 255 or 61.71% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 108 - color contains mainly: red. Hex color #6C380B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C380B is #93C7F4. Grayscale: #424242. Windows color (decimal): -9684981 or 735340. OLE color: 735340.

HSL color Cylindrical-coordinate representation of color #6C380B: hue angle of 27.84º degrees, saturation: 0.82, 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 #6C380B is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 56 11 -
CMYK 0 0.48 0.90 0.58
HSL 27.84º 0.82% 0.23% -
HSV(B) 27.84º 0.9% 0.42% -
XYZ 7.66 6.04 1.08 -
YUV 66.42 96.73 157.66 -
System Red Green Blue C M Y K H S L
Decimal 108 56 11 0 0.48 0.90 0.58 27.84 0.82 0.23
Hex 6C 38 B 0 30 5A 3A 1C 52 17
Octal 154 70 13 0 60 132 72 34 122 27
Binary 1101100 111000 1011 0 110000 1011010 111010 11100 1010010 10111

Color Harmonies of #6C380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C380B

Black with #6C380B

Text Example


Text Example

White with #6C380B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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