Html Css Color HEX #6B1F02 Baker's Chocolate

📋 copy color: '#6B1F02'

red 107 ◦ green 31 ◦ blue 2

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

Shades of Baker's Chocolate #6B1F02

Tints of Baker's Chocolate #6B1F02

RGB

 RED value IS 107 (42.19% from 255) = 76.43%

 GREEN value IS 31 (12.5% from 255) = 22.14%

 BLUE value IS 2 (1.17% from 255) = 1.43%

R = 76.43%
G = 22.14%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#6B1F02 (or 0x6B1F02) is known color: Baker's Chocolate. HEX triplet: 6B, 1F and 02. RGB value is (107,31,2). Sum of RGB (Red+Green+Blue) = 107+31+2=140 (18% of max value = 765). Red value is 107 (42.19% from 255 or 76.43% from 140); Green value is 31 (12.5% from 255 or 22.14% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B1F02 is #94E0FD. Grayscale: #323232. Windows color (decimal): -9756926 or 139115. OLE color: 139115.

HSL color Cylindrical-coordinate representation of color #6B1F02: hue angle of 16.57º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B1F02 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 31 2 -
CMYK 0 0.71 0.98 0.58
HSL 16.57º 0.96% 0.21% -
HSV(B) 16.57º 0.98% 0.42% -
XYZ 6.56 4.11 0.5 -
YUV 50.42 100.68 168.36 -
System Red Green Blue C M Y K H S L
Decimal 107 31 2 0 0.71 0.98 0.58 16.57 0.96 0.21
Hex 6B 1F 2 0 47 62 3A 11 60 15
Octal 153 37 2 0 107 142 72 21 140 25
Binary 1101011 11111 10 0 1000111 1100010 111010 10001 1100000 10101

Color Harmonies of #6B1F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1F02

Black with #6B1F02

Text Example


Text Example

White with #6B1F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,31,2); }

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

background-color css

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

 a { background-color: rgb(107,31,2); }

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

border-color css

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

 span { border-color: rgb(107,31,2); }

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