Html Css Color HEX #67380E Baker's Chocolate

📋 copy color: '#67380E'

red 103 ◦ green 56 ◦ blue 14

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

Shades of Baker's Chocolate #67380E

Tints of Baker's Chocolate #67380E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.37%

 BLUE value IS 14 (5.86% from 255) = 8.09%

R = 59.54%
G = 32.37%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.60

RGB Variations

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

Color information

#67380E (or 0x67380E) is known color: Baker's Chocolate. HEX triplet: 67, 38 and 0E. RGB value is (103,56,14). Sum of RGB (Red+Green+Blue) = 103+56+14=173 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.54% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 103 - color contains mainly: red. Hex color #67380E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67380E is #98C7F1. Grayscale: #414141. Windows color (decimal): -10012658 or 931943. OLE color: 931943.

HSL color Cylindrical-coordinate representation of color #67380E: hue angle of 28.31º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #67380E is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 56 14 -
CMYK 0 0.46 0.86 0.60
HSL 28.31º 0.76% 0.23% -
HSV(B) 28.31º 0.86% 0.4% -
XYZ 7.09 5.74 1.15 -
YUV 65.27 99.07 154.92 -
System Red Green Blue C M Y K H S L
Decimal 103 56 14 0 0.46 0.86 0.60 28.31 0.76 0.23
Hex 67 38 E 0 2E 56 3C 1C 4C 17
Octal 147 70 16 0 56 126 74 34 114 27
Binary 1100111 111000 1110 0 101110 1010110 111100 11100 1001100 10111

Color Harmonies of #67380E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67380E

Black with #67380E

Text Example


Text Example

White with #67380E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67380E; }

 p { color: rgb(103,56,14); }

 H1.HeaderClassName
 {
   color: #67380E;
 }
 .AnyTagClassName
 {
   color: #67380E;
 }
</style>

background-color css

<style>
 a { background-color: #67380E; }

 a { background-color: rgb(103,56,14); }

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

border-color css

<style>
 span { border-color: #67380E; }

 span { border-color: rgb(103,56,14); }

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