Html Css Color HEX #6A300F Baker's Chocolate

📋 copy color: '#6A300F'

red 106 ◦ green 48 ◦ blue 15

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

Shades of Baker's Chocolate #6A300F

Tints of Baker's Chocolate #6A300F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.4%

 BLUE value IS 15 (6.25% from 255) = 8.88%

R = 62.72%
G = 28.4%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.58

RGB Variations

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

Color information

#6A300F (or 0x6A300F) is known color: Baker's Chocolate. HEX triplet: 6A, 30 and 0F. RGB value is (106,48,15). Sum of RGB (Red+Green+Blue) = 106+48+15=169 (22% of max value = 765). Red value is 106 (41.80% from 255 or 62.72% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 15 (6.25% from 255 or 8.88% from 169); Max value from RGB is 106 - color contains mainly: red. Hex color #6A300F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A300F is #95CFF0. Grayscale: #3D3D3D. Windows color (decimal): -9818097 or 995434. OLE color: 995434.

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

Color convert

RGB 106 48 15 -
CMYK 0 0.55 0.86 0.58
HSL 21.76º 0.75% 0.24% -
HSV(B) 21.76º 0.86% 0.42% -
XYZ 7.09 5.21 1.08 -
YUV 61.58 101.72 159.68 -
System Red Green Blue C M Y K H S L
Decimal 106 48 15 0 0.55 0.86 0.58 21.76 0.75 0.24
Hex 6A 30 F 0 37 56 3A 16 4B 18
Octal 152 60 17 0 67 126 72 26 113 30
Binary 1101010 110000 1111 0 110111 1010110 111010 10110 1001011 11000

Color Harmonies of #6A300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A300F

Black with #6A300F

Text Example


Text Example

White with #6A300F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,48,15); }

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

background-color css

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

 a { background-color: rgb(106,48,15); }

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

border-color css

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

 span { border-color: rgb(106,48,15); }

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