Html Css Color HEX #67350E Baker's Chocolate

📋 copy color: '#67350E'

red 103 ◦ green 53 ◦ blue 14

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

Shades of Baker's Chocolate #67350E

Tints of Baker's Chocolate #67350E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.18%

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

R = 60.59%
G = 31.18%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.60

RGB Variations

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

Color information

#67350E (or 0x67350E) is known color: Baker's Chocolate. HEX triplet: 67, 35 and 0E. RGB value is (103,53,14). Sum of RGB (Red+Green+Blue) = 103+53+14=170 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.59% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 14 (5.86% from 255 or 8.24% from 170); Max value from RGB is 103 - color contains mainly: red. Hex color #67350E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67350E is #98CAF1. Grayscale: #3F3F3F. Windows color (decimal): -10013426 or 931175. OLE color: 931175.

HSL color Cylindrical-coordinate representation of color #67350E: hue angle of 26.29º 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 #67350E is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 53 14 -
CMYK 0 0.49 0.86 0.60
HSL 26.29º 0.76% 0.23% -
HSV(B) 26.29º 0.86% 0.4% -
XYZ 6.95 5.46 1.1 -
YUV 63.5 100.07 156.17 -
System Red Green Blue C M Y K H S L
Decimal 103 53 14 0 0.49 0.86 0.60 26.29 0.76 0.23
Hex 67 35 E 0 31 56 3C 1A 4C 17
Octal 147 65 16 0 61 126 74 32 114 27
Binary 1100111 110101 1110 0 110001 1010110 111100 11010 1001100 10111

Color Harmonies of #67350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67350E

Black with #67350E

Text Example


Text Example

White with #67350E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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