Html Css Color HEX #6A1F02 Baker's Chocolate

📋 copy color: '#6A1F02'

red 106 ◦ green 31 ◦ blue 2

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

Shades of Baker's Chocolate #6A1F02

Tints of Baker's Chocolate #6A1F02

RGB

 RED value IS 106 (41.8% from 255) = 76.26%

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

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

R = 76.26%
G = 22.3%
B = 1.44%

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

#6A1F02 (or 0x6A1F02) is known color: Baker's Chocolate. HEX triplet: 6A, 1F and 02. RGB value is (106,31,2). Sum of RGB (Red+Green+Blue) = 106+31+2=139 (18% of max value = 765). Red value is 106 (41.80% from 255 or 76.26% from 139); Green value is 31 (12.5% from 255 or 22.30% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A1F02 is #95E0FD. Grayscale: #323232. Windows color (decimal): -9822462 or 139114. OLE color: 139114.

HSL color Cylindrical-coordinate representation of color #6A1F02: hue angle of 16.73º 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 #6A1F02 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 31 2 -
CMYK 0 0.71 0.98 0.58
HSL 16.73º 0.96% 0.21% -
HSV(B) 16.73º 0.98% 0.42% -
XYZ 6.44 4.05 0.5 -
YUV 50.12 100.85 167.86 -
System Red Green Blue C M Y K H S L
Decimal 106 31 2 0 0.71 0.98 0.58 16.73 0.96 0.21
Hex 6A 1F 2 0 47 62 3A 11 60 15
Octal 152 37 2 0 107 142 72 21 140 25
Binary 1101010 11111 10 0 1000111 1100010 111010 10001 1100000 10101

Color Harmonies of #6A1F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1F02

Black with #6A1F02

Text Example


Text Example

White with #6A1F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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