Html Css Color HEX #691F23 Pohutukawa

📋 copy color: '#691F23'

red 105 ◦ green 31 ◦ blue 35

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

Shades of Pohutukawa #691F23

Tints of Pohutukawa #691F23

RGB

 RED value IS 105 (41.41% from 255) = 61.4%

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

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

R = 61.4%
G = 18.13%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.59

RGB Variations

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

Color information

#691F23 (or 0x691F23) is known color: Pohutukawa. HEX triplet: 69, 1F and 23. RGB value is (105,31,35). Sum of RGB (Red+Green+Blue) = 105+31+35=171 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.40% from 171); Green value is 31 (12.5% from 255 or 18.13% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 105 - color contains mainly: red. Hex color #691F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691F23 is #96E0DC. Grayscale: #353535. Windows color (decimal): -9887965 or 2301801. OLE color: 2301801.

HSL color Cylindrical-coordinate representation of color #691F23: hue angle of 356.76º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #691F23 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 31 35 -
CMYK 0 0.70 0.67 0.59
HSL 356.76º 0.54% 0.27% -
HSV(B) 356.76º 0.7% 0.41% -
XYZ 6.62 4.1 2.03 -
YUV 53.58 117.52 164.67 -
System Red Green Blue C M Y K H S L
Decimal 105 31 35 0 0.70 0.67 0.59 356.76 0.54 0.27
Hex 69 1F 23 0 46 43 3B 165 36 1B
Octal 151 37 43 0 106 103 73 545 66 33
Binary 1101001 11111 100011 0 1000110 1000011 111011 101100101 110110 11011

Color Harmonies of #691F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691F23

Black with #691F23

Text Example


Text Example

White with #691F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691F23; }

 p { color: rgb(105,31,35); }

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

background-color css

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

 a { background-color: rgb(105,31,35); }

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

border-color css

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

 span { border-color: rgb(105,31,35); }

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