Html Css Color HEX #67370A Baker's Chocolate

📋 copy color: '#67370A'

red 103 ◦ green 55 ◦ blue 10

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

Shades of Baker's Chocolate #67370A

Tints of Baker's Chocolate #67370A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.74%

 BLUE value IS 10 (4.3% from 255) = 5.95%

R = 61.31%
G = 32.74%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.60

RGB Variations

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

Color information

#67370A (or 0x67370A) is known color: Baker's Chocolate. HEX triplet: 67, 37 and 0A. RGB value is (103,55,10). Sum of RGB (Red+Green+Blue) = 103+55+10=168 (22% of max value = 765). Red value is 103 (40.62% from 255 or 61.31% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 10 (4.30% from 255 or 5.95% from 168); Max value from RGB is 103 - color contains mainly: red. Hex color #67370A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67370A is #98C8F5. Grayscale: #404040. Windows color (decimal): -10012918 or 669543. OLE color: 669543.

HSL color Cylindrical-coordinate representation of color #67370A: hue angle of 29.03º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #67370A is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 55 10 -
CMYK 0 0.47 0.90 0.60
HSL 29.03º 0.82% 0.22% -
HSV(B) 29.03º 0.9% 0.4% -
XYZ 7.01 5.64 1.01 -
YUV 64.22 97.4 155.66 -
System Red Green Blue C M Y K H S L
Decimal 103 55 10 0 0.47 0.90 0.60 29.03 0.82 0.22
Hex 67 37 A 0 2F 5A 3C 1D 52 16
Octal 147 67 12 0 57 132 74 35 122 26
Binary 1100111 110111 1010 0 101111 1011010 111100 11101 1010010 10110

Color Harmonies of #67370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67370A

Black with #67370A

Text Example


Text Example

White with #67370A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67370A; }

 p { color: rgb(103,55,10); }

 H1.HeaderClassName
 {
   color: #67370A;
 }
 .AnyTagClassName
 {
   color: #67370A;
 }
</style>

background-color css

<style>
 a { background-color: #67370A; }

 a { background-color: rgb(103,55,10); }

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

border-color css

<style>
 span { border-color: #67370A; }

 span { border-color: rgb(103,55,10); }

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