Html Css Color HEX #6B390A Baker's Chocolate

📋 copy color: '#6B390A'

red 107 ◦ green 57 ◦ blue 10

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

Shades of Baker's Chocolate #6B390A

Tints of Baker's Chocolate #6B390A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.76%

 BLUE value IS 10 (4.3% from 255) = 5.75%

R = 61.49%
G = 32.76%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.58

RGB Variations

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

Color information

#6B390A (or 0x6B390A) is known color: Baker's Chocolate. HEX triplet: 6B, 39 and 0A. RGB value is (107,57,10). Sum of RGB (Red+Green+Blue) = 107+57+10=174 (23% of max value = 765). Red value is 107 (42.19% from 255 or 61.49% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 107 - color contains mainly: red. Hex color #6B390A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B390A is #94C6F5. Grayscale: #424242. Windows color (decimal): -9750262 or 670059. OLE color: 670059.

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

Color convert

RGB 107 57 10 -
CMYK 0 0.47 0.91 0.58
HSL 29.07º 0.83% 0.23% -
HSV(B) 29.07º 0.91% 0.42% -
XYZ 7.58 6.07 1.06 -
YUV 66.59 96.07 156.82 -
System Red Green Blue C M Y K H S L
Decimal 107 57 10 0 0.47 0.91 0.58 29.07 0.83 0.23
Hex 6B 39 A 0 2F 5B 3A 1D 53 17
Octal 153 71 12 0 57 133 72 35 123 27
Binary 1101011 111001 1010 0 101111 1011011 111010 11101 1010011 10111

Color Harmonies of #6B390A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B390A

Black with #6B390A

Text Example


Text Example

White with #6B390A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,57,10); }

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

background-color css

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

 a { background-color: rgb(107,57,10); }

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

border-color css

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

 span { border-color: rgb(107,57,10); }

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