Html Css Color HEX #6A330E Baker's Chocolate

📋 copy color: '#6A330E'

red 106 ◦ green 51 ◦ blue 14

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

Shades of Baker's Chocolate #6A330E

Tints of Baker's Chocolate #6A330E

RGB

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

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

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

R = 61.99%
G = 29.82%
B = 8.19%

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

#6A330E (or 0x6A330E) is known color: Baker's Chocolate. HEX triplet: 6A, 33 and 0E. RGB value is (106,51,14). Sum of RGB (Red+Green+Blue) = 106+51+14=171 (22% of max value = 765). Red value is 106 (41.80% from 255 or 61.99% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 106 - color contains mainly: red. Hex color #6A330E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A330E is #95CCF1. Grayscale: #3F3F3F. Windows color (decimal): -9817330 or 930666. OLE color: 930666.

HSL color Cylindrical-coordinate representation of color #6A330E: hue angle of 24.13º 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 #6A330E is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 51 14 -
CMYK 0 0.52 0.87 0.58
HSL 24.13º 0.77% 0.24% -
HSV(B) 24.13º 0.87% 0.42% -
XYZ 7.21 5.46 1.09 -
YUV 63.23 100.22 158.51 -
System Red Green Blue C M Y K H S L
Decimal 106 51 14 0 0.52 0.87 0.58 24.13 0.77 0.24
Hex 6A 33 E 0 34 57 3A 18 4D 18
Octal 152 63 16 0 64 127 72 30 115 30
Binary 1101010 110011 1110 0 110100 1010111 111010 11000 1001101 11000

Color Harmonies of #6A330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A330E

Black with #6A330E

Text Example


Text Example

White with #6A330E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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