Html Css Color HEX #6F250D Baker's Chocolate

📋 copy color: '#6F250D'

red 111 ◦ green 37 ◦ blue 13

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

Shades of Baker's Chocolate #6F250D

Tints of Baker's Chocolate #6F250D

RGB

 RED value IS 111 (43.75% from 255) = 68.94%

 GREEN value IS 37 (14.84% from 255) = 22.98%

 BLUE value IS 13 (5.47% from 255) = 8.07%

R = 68.94%
G = 22.98%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#6F250D (or 0x6F250D) is known color: Baker's Chocolate. HEX triplet: 6F, 25 and 0D. RGB value is (111,37,13). Sum of RGB (Red+Green+Blue) = 111+37+13=161 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.94% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 111 - color contains mainly: red. Hex color #6F250D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F250D is #90DAF2. Grayscale: #383838. Windows color (decimal): -9493235 or 861551. OLE color: 861551.

HSL color Cylindrical-coordinate representation of color #6F250D: hue angle of 14.69º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F250D is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 37 13 -
CMYK 0 0.67 0.88 0.56
HSL 14.69º 0.79% 0.24% -
HSV(B) 14.69º 0.88% 0.44% -
XYZ 7.29 4.73 0.91 -
YUV 56.39 103.52 166.95 -
System Red Green Blue C M Y K H S L
Decimal 111 37 13 0 0.67 0.88 0.56 14.69 0.79 0.24
Hex 6F 25 D 0 43 58 38 F 4F 18
Octal 157 45 15 0 103 130 70 17 117 30
Binary 1101111 100101 1101 0 1000011 1011000 111000 1111 1001111 11000

Color Harmonies of #6F250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F250D

Black with #6F250D

Text Example


Text Example

White with #6F250D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,37,13); }

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

background-color css

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

 a { background-color: rgb(111,37,13); }

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

border-color css

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

 span { border-color: rgb(111,37,13); }

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