Html Css Color HEX #D6735E Japonica

📋 copy color: '#D6735E'

red 214 ◦ green 115 ◦ blue 94

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

Shades of Japonica #D6735E

Tints of Japonica #D6735E

RGB

 RED value IS 214 (83.98% from 255) = 50.59%

 GREEN value IS 115 (45.31% from 255) = 27.19%

 BLUE value IS 94 (37.11% from 255) = 22.22%

R = 50.59%
G = 27.19%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6735E (or 0xD6735E) is known color: Japonica. HEX triplet: D6, 73 and 5E. RGB value is (214,115,94). Sum of RGB (Red+Green+Blue) = 214+115+94=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6735E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6735E is #298CA1. Grayscale: #8E8E8E. Windows color (decimal): -2722978 or 6190038. OLE color: 6190038.

HSL color Cylindrical-coordinate representation of color #D6735E: hue angle of 10.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D6735E is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 115 94 -
CMYK 0 0.46 0.56 0.16
HSL 10.5º 0.59% 0.6% -
HSV(B) 10.5º 0.56% 0.84% -
XYZ 35.88 27.37 13.98 -
YUV 142.21 100.8 179.21 -
System Red Green Blue C M Y K H S L
Decimal 214 115 94 0 0.46 0.56 0.16 10.5 0.59 0.6
Hex D6 73 5E 0 2E 38 10 A 3B 3C
Octal 326 163 136 0 56 70 20 12 73 74
Binary 11010110 1110011 1011110 0 101110 111000 10000 1010 111011 111100

Color Harmonies of #D6735E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6735E

Black with #D6735E

Text Example


Text Example

White with #D6735E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6735E; }

 p { color: rgb(214,115,94); }

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

background-color css

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

 a { background-color: rgb(214,115,94); }

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

border-color css

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

 span { border-color: rgb(214,115,94); }

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