Html Css Color HEX #6F2401 Baker's Chocolate

📋 copy color: '#6F2401'

red 111 ◦ green 36 ◦ blue 1

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

Shades of Baker's Chocolate #6F2401

Tints of Baker's Chocolate #6F2401

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.32%

 BLUE value IS 1 (0.78% from 255) = 0.68%

R = 75%
G = 24.32%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#6F2401 (or 0x6F2401) is known color: Baker's Chocolate. HEX triplet: 6F, 24 and 01. RGB value is (111,36,1). Sum of RGB (Red+Green+Blue) = 111+36+1=148 (19% of max value = 765). Red value is 111 (43.75% from 255 or 75% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2401 is #90DBFE. Grayscale: #363636. Windows color (decimal): -9493503 or 74863. OLE color: 74863.

HSL color Cylindrical-coordinate representation of color #6F2401: hue angle of 19.09º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F2401 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 36 1 -
CMYK 0 0.68 0.99 0.56
HSL 19.09º 0.98% 0.22% -
HSV(B) 19.09º 0.99% 0.44% -
XYZ 7.19 4.64 0.55 -
YUV 54.44 97.85 168.35 -
System Red Green Blue C M Y K H S L
Decimal 111 36 1 0 0.68 0.99 0.56 19.09 0.98 0.22
Hex 6F 24 1 0 44 63 38 13 62 16
Octal 157 44 1 0 104 143 70 23 142 26
Binary 1101111 100100 1 0 1000100 1100011 111000 10011 1100010 10110

Color Harmonies of #6F2401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2401

Black with #6F2401

Text Example


Text Example

White with #6F2401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,36,1); }

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

background-color css

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

 a { background-color: rgb(111,36,1); }

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

border-color css

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

 span { border-color: rgb(111,36,1); }

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