Html Css Color HEX #6A3814 Baker's Chocolate

📋 copy color: '#6A3814'

red 106 ◦ green 56 ◦ blue 20

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

Shades of Baker's Chocolate #6A3814

Tints of Baker's Chocolate #6A3814

RGB

 RED value IS 106 (41.8% from 255) = 58.24%

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

 BLUE value IS 20 (8.2% from 255) = 10.99%

R = 58.24%
G = 30.77%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.58

RGB Variations

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

Color information

#6A3814 (or 0x6A3814) is known color: Baker's Chocolate. HEX triplet: 6A, 38 and 14. RGB value is (106,56,20). Sum of RGB (Red+Green+Blue) = 106+56+20=182 (24% of max value = 765). Red value is 106 (41.80% from 255 or 58.24% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3814 is #95C7EB. Grayscale: #434343. Windows color (decimal): -9816044 or 1325162. OLE color: 1325162.

HSL color Cylindrical-coordinate representation of color #6A3814: hue angle of 25.12º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A3814 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 56 20 -
CMYK 0 0.47 0.81 0.58
HSL 25.12º 0.68% 0.25% -
HSV(B) 25.12º 0.81% 0.42% -
XYZ 7.48 5.94 1.41 -
YUV 66.85 101.57 155.93 -
System Red Green Blue C M Y K H S L
Decimal 106 56 20 0 0.47 0.81 0.58 25.12 0.68 0.25
Hex 6A 38 14 0 2F 51 3A 19 44 19
Octal 152 70 24 0 57 121 72 31 104 31
Binary 1101010 111000 10100 0 101111 1010001 111010 11001 1000100 11001

Color Harmonies of #6A3814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3814

Black with #6A3814

Text Example


Text Example

White with #6A3814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,56,20); }

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

background-color css

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

 a { background-color: rgb(106,56,20); }

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

border-color css

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

 span { border-color: rgb(106,56,20); }

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