Html Css Color HEX #6B330E Baker's Chocolate

📋 copy color: '#6B330E'

red 107 ◦ green 51 ◦ blue 14

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

Shades of Baker's Chocolate #6B330E

Tints of Baker's Chocolate #6B330E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.65%

 BLUE value IS 14 (5.86% from 255) = 8.14%

R = 62.21%
G = 29.65%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.58

RGB Variations

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

Color information

#6B330E (or 0x6B330E) is known color: Baker's Chocolate. HEX triplet: 6B, 33 and 0E. RGB value is (107,51,14). Sum of RGB (Red+Green+Blue) = 107+51+14=172 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.21% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 107 - color contains mainly: red. Hex color #6B330E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B330E is #94CCF1. Grayscale: #3F3F3F. Windows color (decimal): -9751794 or 930667. OLE color: 930667.

HSL color Cylindrical-coordinate representation of color #6B330E: hue angle of 23.87º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6B330E is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 51 14 -
CMYK 0 0.52 0.87 0.58
HSL 23.87º 0.77% 0.24% -
HSV(B) 23.87º 0.87% 0.42% -
XYZ 7.33 5.53 1.1 -
YUV 63.53 100.05 159.01 -
System Red Green Blue C M Y K H S L
Decimal 107 51 14 0 0.52 0.87 0.58 23.87 0.77 0.24
Hex 6B 33 E 0 34 57 3A 18 4D 18
Octal 153 63 16 0 64 127 72 30 115 30
Binary 1101011 110011 1110 0 110100 1010111 111010 11000 1001101 11000

Color Harmonies of #6B330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B330E

Black with #6B330E

Text Example


Text Example

White with #6B330E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,51,14); }

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

background-color css

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

 a { background-color: rgb(107,51,14); }

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

border-color css

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

 span { border-color: rgb(107,51,14); }

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