Html Css Color HEX #140D06 Bokara Grey

📋 copy color: '#140D06'

red 20 ◦ green 13 ◦ blue 6

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

Shades of Bokara Grey #140D06

Tints of Bokara Grey #140D06

RGB

 RED value IS 20 (8.2% from 255) = 51.28%

 GREEN value IS 13 (5.47% from 255) = 33.33%

 BLUE value IS 6 (2.73% from 255) = 15.38%

R = 51.28%
G = 33.33%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.92

RGB Variations

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

Color information

#140D06 (or 0x140D06) is known color: Bokara Grey. HEX triplet: 14, 0D and 06. RGB value is (20,13,6). Sum of RGB (Red+Green+Blue) = 20+13+6=39 (5% of max value = 765). Red value is 20 (8.20% from 255 or 51.28% from 39); Green value is 13 (5.47% from 255 or 33.33% from 39); Blue value is 6 (2.73% from 255 or 15.38% from 39); Max value from RGB is 20 - color contains mainly: red. Hex color #140D06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140D06 is #EBF2F9. Grayscale: #0E0E0E. Windows color (decimal): -15463162 or 396564. OLE color: 396564.

HSL color Cylindrical-coordinate representation of color #140D06: hue angle of 30º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #140D06 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 13 6 -
CMYK 0 0.35 0.70 0.92
HSL 30º 0.54% 0.05% -
HSV(B) 30º 0.7% 0.08% -
XYZ 0.47 0.45 0.23 -
YUV 14.3 123.32 132.07 -
System Red Green Blue C M Y K H S L
Decimal 20 13 6 0 0.35 0.70 0.92 30 0.54 0.05
Hex 14 D 6 0 23 46 5C 1E 36 5
Octal 24 15 6 0 43 106 134 36 66 5
Binary 10100 1101 110 0 100011 1000110 1011100 11110 110110 101

Color Harmonies of #140D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140D06

Black with #140D06

Text Example


Text Example

White with #140D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140D06; }

 p { color: rgb(20,13,6); }

 H1.HeaderClassName
 {
   color: #140D06;
 }
 .AnyTagClassName
 {
   color: #140D06;
 }
</style>

background-color css

<style>
 a { background-color: #140D06; }

 a { background-color: rgb(20,13,6); }

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

border-color css

<style>
 span { border-color: #140D06; }

 span { border-color: rgb(20,13,6); }

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