Html Css Color HEX #680A23 Pohutukawa

📋 copy color: '#680A23'

red 104 ◦ green 10 ◦ blue 35

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

Shades of Pohutukawa #680A23

Tints of Pohutukawa #680A23

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.71%

 BLUE value IS 35 (14.06% from 255) = 23.49%

R = 69.8%
G = 6.71%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#680A23 (or 0x680A23) is known color: Pohutukawa. HEX triplet: 68, 0A and 23. RGB value is (104,10,35). Sum of RGB (Red+Green+Blue) = 104+10+35=149 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.80% from 149); Green value is 10 (4.30% from 255 or 6.71% from 149); Blue value is 35 (14.06% from 255 or 23.49% from 149); Max value from RGB is 104 - color contains mainly: red. Hex color #680A23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A23 is #97F5DC. Grayscale: #282828. Windows color (decimal): -9958877 or 2296424. OLE color: 2296424.

HSL color Cylindrical-coordinate representation of color #680A23: hue angle of 344.04º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680A23 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 10 35 -
CMYK 0 0.90 0.66 0.59
HSL 344.04º 0.82% 0.22% -
HSV(B) 344.04º 0.9% 0.41% -
XYZ 6.12 3.28 1.9 -
YUV 40.96 124.64 172.97 -
System Red Green Blue C M Y K H S L
Decimal 104 10 35 0 0.90 0.66 0.59 344.04 0.82 0.22
Hex 68 A 23 0 5A 42 3B 158 52 16
Octal 150 12 43 0 132 102 73 530 122 26
Binary 1101000 1010 100011 0 1011010 1000010 111011 101011000 1010010 10110

Color Harmonies of #680A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680A23

Black with #680A23

Text Example


Text Example

White with #680A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680A23; }

 p { color: rgb(104,10,35); }

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

background-color css

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

 a { background-color: rgb(104,10,35); }

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

border-color css

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

 span { border-color: rgb(104,10,35); }

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