Html Css Color HEX #67250F Baker's Chocolate

📋 copy color: '#67250F'

red 103 ◦ green 37 ◦ blue 15

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

Shades of Baker's Chocolate #67250F

Tints of Baker's Chocolate #67250F

RGB

 RED value IS 103 (40.63% from 255) = 66.45%

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

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

R = 66.45%
G = 23.87%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.60

RGB Variations

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

Color information

#67250F (or 0x67250F) is known color: Baker's Chocolate. HEX triplet: 67, 25 and 0F. RGB value is (103,37,15). Sum of RGB (Red+Green+Blue) = 103+37+15=155 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.45% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 103 - color contains mainly: red. Hex color #67250F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67250F is #98DAF0. Grayscale: #363636. Windows color (decimal): -10017521 or 992615. OLE color: 992615.

HSL color Cylindrical-coordinate representation of color #67250F: hue angle of 15º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #67250F is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 37 15 -
CMYK 0 0.64 0.85 0.60
HSL 15º 0.75% 0.23% -
HSV(B) 15º 0.85% 0.4% -
XYZ 6.34 4.24 0.94 -
YUV 54.23 105.87 162.79 -
System Red Green Blue C M Y K H S L
Decimal 103 37 15 0 0.64 0.85 0.60 15 0.75 0.23
Hex 67 25 F 0 40 55 3C F 4B 17
Octal 147 45 17 0 100 125 74 17 113 27
Binary 1100111 100101 1111 0 1000000 1010101 111100 1111 1001011 10111

Color Harmonies of #67250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67250F

Black with #67250F

Text Example


Text Example

White with #67250F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67250F; }

 p { color: rgb(103,37,15); }

 H1.HeaderClassName
 {
   color: #67250F;
 }
 .AnyTagClassName
 {
   color: #67250F;
 }
</style>

background-color css

<style>
 a { background-color: #67250F; }

 a { background-color: rgb(103,37,15); }

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

border-color css

<style>
 span { border-color: #67250F; }

 span { border-color: rgb(103,37,15); }

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