Html Css Color HEX #681E2B Pohutukawa

📋 copy color: '#681E2B'

red 104 ◦ green 30 ◦ blue 43

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

Shades of Pohutukawa #681E2B

Tints of Pohutukawa #681E2B

RGB

 RED value IS 104 (41.02% from 255) = 58.76%

 GREEN value IS 30 (12.11% from 255) = 16.95%

 BLUE value IS 43 (17.19% from 255) = 24.29%

R = 58.76%
G = 16.95%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.59

RGB Variations

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

Color information

#681E2B (or 0x681E2B) is known color: Pohutukawa. HEX triplet: 68, 1E and 2B. RGB value is (104,30,43). Sum of RGB (Red+Green+Blue) = 104+30+43=177 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.76% from 177); Green value is 30 (12.11% from 255 or 16.95% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 104 - color contains mainly: red. Hex color #681E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681E2B is #97E1D4. Grayscale: #353535. Windows color (decimal): -9953749 or 2825832. OLE color: 2825832.

HSL color Cylindrical-coordinate representation of color #681E2B: hue angle of 349.46º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #681E2B is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 30 43 -
CMYK 0 0.71 0.59 0.59
HSL 349.46º 0.55% 0.26% -
HSV(B) 349.46º 0.71% 0.41% -
XYZ 6.61 4.05 2.72 -
YUV 53.61 122.02 163.94 -
System Red Green Blue C M Y K H S L
Decimal 104 30 43 0 0.71 0.59 0.59 349.46 0.55 0.26
Hex 68 1E 2B 0 47 3B 3B 15D 37 1A
Octal 150 36 53 0 107 73 73 535 67 32
Binary 1101000 11110 101011 0 1000111 111011 111011 101011101 110111 11010

Color Harmonies of #681E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681E2B

Black with #681E2B

Text Example


Text Example

White with #681E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681E2B; }

 p { color: rgb(104,30,43); }

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

background-color css

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

 a { background-color: rgb(104,30,43); }

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

border-color css

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

 span { border-color: rgb(104,30,43); }

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