Html Css Color HEX #6A1F03 Baker's Chocolate

📋 copy color: '#6A1F03'

red 106 ◦ green 31 ◦ blue 3

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

Shades of Baker's Chocolate #6A1F03

Tints of Baker's Chocolate #6A1F03

RGB

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

 GREEN value IS 31 (12.5% from 255) = 22.14%

 BLUE value IS 3 (1.56% from 255) = 2.14%

R = 75.71%
G = 22.14%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.58

RGB Variations

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

Color information

#6A1F03 (or 0x6A1F03) is known color: Baker's Chocolate. HEX triplet: 6A, 1F and 03. RGB value is (106,31,3). Sum of RGB (Red+Green+Blue) = 106+31+3=140 (18% of max value = 765). Red value is 106 (41.80% from 255 or 75.71% from 140); Green value is 31 (12.5% from 255 or 22.14% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1F03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A1F03 is #95E0FC. Grayscale: #323232. Windows color (decimal): -9822461 or 204650. OLE color: 204650.

HSL color Cylindrical-coordinate representation of color #6A1F03: hue angle of 16.31º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A1F03 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 31 3 -
CMYK 0 0.71 0.97 0.58
HSL 16.31º 0.94% 0.21% -
HSV(B) 16.31º 0.97% 0.42% -
XYZ 6.45 4.05 0.53 -
YUV 50.23 101.35 167.78 -
System Red Green Blue C M Y K H S L
Decimal 106 31 3 0 0.71 0.97 0.58 16.31 0.94 0.21
Hex 6A 1F 3 0 47 61 3A 10 5E 15
Octal 152 37 3 0 107 141 72 20 136 25
Binary 1101010 11111 11 0 1000111 1100001 111010 10000 1011110 10101

Color Harmonies of #6A1F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1F03

Black with #6A1F03

Text Example


Text Example

White with #6A1F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,31,3); }

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

background-color css

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

 a { background-color: rgb(106,31,3); }

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

border-color css

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

 span { border-color: rgb(106,31,3); }

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