Html Css Color HEX #C69B17 Buddha Gold

📋 copy color: '#C69B17'

red 198 ◦ green 155 ◦ blue 23

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

Shades of Buddha Gold #C69B17

Tints of Buddha Gold #C69B17

RGB

 RED value IS 198 (77.73% from 255) = 52.66%

 GREEN value IS 155 (60.94% from 255) = 41.22%

 BLUE value IS 23 (9.38% from 255) = 6.12%

R = 52.66%
G = 41.22%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C69B17 (or 0xC69B17) is known color: Buddha Gold. HEX triplet: C6, 9B and 17. RGB value is (198,155,23). Sum of RGB (Red+Green+Blue) = 198+155+23=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 23 (9.38% from 255 or 6.12% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C69B17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69B17 is #3964E8. Grayscale: #999999. Windows color (decimal): -3761385 or 1547206. OLE color: 1547206.

HSL color Cylindrical-coordinate representation of color #C69B17: hue angle of 45.26º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C69B17 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 155 23 -
CMYK 0 0.22 0.88 0.22
HSL 45.26º 0.79% 0.43% -
HSV(B) 45.26º 0.88% 0.78% -
XYZ 35.16 35.51 5.81 -
YUV 152.81 54.75 160.23 -
System Red Green Blue C M Y K H S L
Decimal 198 155 23 0 0.22 0.88 0.22 45.26 0.79 0.43
Hex C6 9B 17 0 16 58 16 2D 4F 2B
Octal 306 233 27 0 26 130 26 55 117 53
Binary 11000110 10011011 10111 0 10110 1011000 10110 101101 1001111 101011

Color Harmonies of #C69B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69B17

Black with #C69B17

Text Example


Text Example

White with #C69B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69B17; }

 p { color: rgb(198,155,23); }

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

background-color css

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

 a { background-color: rgb(198,155,23); }

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

border-color css

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

 span { border-color: rgb(198,155,23); }

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